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 061b8d9 commit f8910b7Copy full SHA for f8910b7
1 file changed
.travis.yml
@@ -26,11 +26,9 @@ 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
- - pip install xmltodict
30
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
31
pip install mock
32
fi
33
- - python setup.py install
34
35
# command to run tests, e.g. python setup.py test
36
script: python setup.py test
0 commit comments