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 a23ab54 commit 71be811Copy full SHA for 71be811
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- export PATH=/home/travis/miniconda3/bin:$PATH
17
- conda install -c anaconda --yes setuptools
18
install:
19
- - conda install --yes -c conda-forge python=$TRAVIS_PYTHON_VERSION codecov --file requirements.txt
+ - conda install --yes -c conda-forge python=3.7 codecov --file requirements.txt
20
# Have to use pip for nose-cov because its entry points are not supported by conda yet
21
- pip install nose nose-cov
22
- python setup.py install
0 commit comments