8000 Try asking travis-ci to install the package before running tests · thecodingchicken/python-future@0023d65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0023d65

Browse files
committed
Try asking travis-ci to install the package before running tests
1 parent 95ae96c commit 0023d65

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
@@ -12,4 +12,4 @@ python:
1212
install:
1313
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
1414
# command to run tests, e.g. python setup.py test
15-
script: python setup.py test
15+
script: python setup.py install && python setup.py test

0 commit comments

Comments
 (0)
0