Skip to content

Commit b24d552

Browse files
committed
Test: fix for .travis.yml
1 parent f8910b7 commit b24d552

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ install:
2626
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.3 matplotlib setuptools nose
2727
- source activate test-environment
2828
- python setup.py install
29-
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
30-
pip install mock
31-
fi
29+
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install mock; fi
3230

3331
# command to run tests, e.g. python setup.py test
3432
script: python setup.py test

0 commit comments

Comments
 (0)