File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ before_install:
1616 - export PATH=/home/travis/miniconda3/bin:$PATH
1717 - conda install -c anaconda --yes setuptools
1818install :
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
2525script :
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
2929after_success :
You can’t perform that action at this time.
0 commit comments