Skip to content

Commit

Permalink
Merge pull request #516 from EducationalTestingService/feature/515_us…
Browse files Browse the repository at this point in the history
…e_conda_reqs_for_travis

Feature/515 use conda reqs for travis
  • Loading branch information
desilinguist committed Sep 20, 2019
2 parents d913c7b + c5cdd27 commit 1b58f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda update --yes conda
install:
- conda install --yes --channel defaults --channel conda-forge python=$TRAVIS_PYTHON_VERSION numpy scipy seaborn pandas beautifulsoup4 scikit-learn==0.20.1 joblib tabulate codecov ruamel.yaml
- conda install --yes --channel conda-forge python=$TRAVIS_PYTHON_VERSION codecov --file conda_requirements.txt
# Have to use pip for nose-cov because its entry points are not supported by conda yet
- pip install nose-cov
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion conda_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scikit-learn==0.20.1
PrettyTable
beautifulsoup4
tabulate
intel-openmp==2019.4
numpy
scipy
pandas
Expand Down

0 comments on commit 1b58f3d

Please sign in to comment.