Skip to content

Commit 71be811

Browse files
author
jbiggsets
committed
testing
1 parent a23ab54 commit 71be811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
- export PATH=/home/travis/miniconda3/bin:$PATH
1717
- conda install -c anaconda --yes setuptools
1818
install:
19-
- conda install --yes -c conda-forge python=$TRAVIS_PYTHON_VERSION codecov --file requirements.txt
19+
- conda install --yes -c conda-forge python=3.7 codecov --file requirements.txt
2020
# Have to use pip for nose-cov because its entry points are not supported by conda yet
2121
- pip install nose nose-cov
2222
- python setup.py install

0 commit comments

Comments
 (0)