Skip to content

Commit

Permalink
added yml for Anaconda 2018.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Mar 22, 2019
1 parent e6d597b commit c85c592
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ os :
env:
- CONDA_PYTHON=3.6
- CONDA_PYTHON=3.7
- CONDA_PYTHON=3.7.1
- CONDA_PYTHON=nightly

before_cache:
Expand Down
18 changes: 18 additions & 0 deletions tests/environment.3.7.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ref : Francesco Mosconi, Travis + Anaconda + Jupyter, https://github.com/ghego/travis_anaconda_jupyter

name: travis_anaconda_jupyter
channels:
- defaults

dependencies:
- python=3.7.1
# Anaconda 2018.12 python 3.7.1
# $ conda env export --file FILE
- jupyter=1.0.0
- matplotlib=3.0.2
- numpy=1.15.4
- pandas=0.23.4
- pytest=4.0.2
- scipy=1.1.0
- statsmodels=0.9.0
- sympy=1.3

0 comments on commit c85c592

Please sign in to comment.