Skip to content

Commit f8910b7

Browse files
committed
Delete unnecessary commands in .travis.yml
1 parent 061b8d9 commit f8910b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ 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-
- pip install xmltodict
3029
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
3130
pip install mock
3231
fi
33-
- python setup.py install
3432

3533
# command to run tests, e.g. python setup.py test
3634
script: python setup.py test

0 commit comments

Comments
 (0)