We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
develop
install
1 parent bfbed05 commit 6af6d30Copy full SHA for 6af6d30
.travis.yml
@@ -25,7 +25,7 @@ script:
25
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage report --show-missing --fail-under=100 ; fi
26
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pep8 --ignore=$PEP8_IGNORE --exclude=conf.py,tests,examples,bench -r --show-source . ; fi
27
# For convenience, make sure simple test commands work
28
- - python setup.py install
+ - python setup.py develop
29
- py.test
30
- nosetests
31
0 commit comments