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.
1 parent f8910b7 commit b24d552Copy full SHA for b24d552
1 file changed
.travis.yml
@@ -26,9 +26,7 @@ install:
26
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.3 matplotlib setuptools nose
27
- source activate test-environment
28
- python setup.py install
29
- - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
30
- pip install mock
31
- fi
+ - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install mock; fi
32
33
# command to run tests, e.g. python setup.py test
34
script: python setup.py test
0 commit comments