File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,10 @@ before_install:
28
28
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
29
29
# reports on conda-forge is not compiled for py3.4 so we install it with pip
30
30
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
39
34
- pip install jinja2 reports
40
- - pip install pytest pytest-cov pytest-qt pytest-xdist pytest-mock
41
35
- pip install .
42
36
43
37
# # command to run tests, e.g. python setup.py test
You can’t perform that action at this time.
0 commit comments