Skip to content

Commit 6af6d30

Browse files
committed
How 'bout we develop instead of install
1 parent bfbed05 commit 6af6d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage report --show-missing --fail-under=100 ; fi
2626
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pep8 --ignore=$PEP8_IGNORE --exclude=conf.py,tests,examples,bench -r --show-source . ; fi
2727
# For convenience, make sure simple test commands work
28-
- python setup.py install
28+
- python setup.py develop
2929
- py.test
3030
- nosetests
3131

0 commit comments

Comments
 (0)