Skip to content

Commit 77b42cf

Browse files
committed
Try again to make travis-ci install the package before running tests
1 parent 9b62de7 commit 77b42cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ python:
1111
# No dependencies currently unless using Python 2.6.
1212
install:
1313
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
14+
- python setup.py install
1415
# command to run tests, e.g. python setup.py test
15-
script: python setup.py install && python setup.py test
16+
script: python setup.py test

0 commit comments

Comments
 (0)