Skip to content

Commit 7e678f5

Browse files
author
jbiggsets
committed
Trying this again
1 parent 71be811 commit 7e678f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ 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=3.7 codecov --file requirements.txt
19+
- conda install --yes -c conda-forge python=${TRAVIS_PYTHON_VERSION} 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
2323

2424
# Run test
2525
script:
26-
- nosetests -v --with-cov --cov skll --cov-config .coveragerc --logging-level=DEBUG ${TESTFILES}
26+
- nosetests -v --with-cov --cov factor_analyzer --cov-config .coveragerc --logging-level=DEBUG ${TESTFILES}
2727

2828
# Calculate coverage
2929
after_success:

0 commit comments

Comments
 (0)