Skip to content

Commit

Permalink
Merge pull request #139 from mcg1969/contributing-change
Browse files Browse the repository at this point in the history
Add yapf pin warning
  • Loading branch information
goanpeca committed Nov 15, 2017
2 parents 0c96c31 + b9d39d2 commit adb2d44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Here's how to work on the code:
also look in that file and/or .travis.yml/appveyor.xml to see
which packages are neded and then create the dev environment
by hand as you see fit.
* NOTE: Do make sure to respect the version pins found in the
`environment.yml` file. In particular, different versions of
the reformatting package `yapf` may reformat the code in a
slightly different manner. This will introduce a number of
spurious changes to your local clone that will break testing
in CI if committed.

After you've activated your anaconda-project-dev environment,

Expand Down

0 comments on commit adb2d44

Please sign in to comment.