Skip to content

Commit 28ac106

Browse files
committed
fix travis recipe
1 parent 6dc054b commit 28ac106

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@ before_install:
2828
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
2929
# reports on conda-forge is not compiled for py3.4 so we install it with pip
3030
install:
31-
- echo $TRAVIS_PYTHON_VERSION
32-
- conda install --yes python=$TRAVIS_PYTHON_VERSION --file requirements.txt
33-
- conda install pytest pytest-cov pytest-xdist pytest-mock pytest-timeout pytest-runner coveralls coverage
34-
35-
36-
coverage
37-
- pip install nose --upgrade
38-
- pip install coveralls colorlog
31+
- echo $TRAVIS_PYTHON_VERSION
32+
- conda install --yes python=$TRAVIS_PYTHON_VERSION --file requirements.txt
33+
- conda install --yes pytest pytest-cov pytest-xdist pytest-mock pytest-timeout pytest-runner coveralls coverage
3934
- pip install jinja2 reports
40-
- pip install pytest pytest-cov pytest-qt pytest-xdist pytest-mock
4135
- pip install .
4236

4337
# # command to run tests, e.g. python setup.py test

0 commit comments

Comments
 (0)