Skip to content

Commit

Permalink
addressing @jwdebelius comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Nov 3, 2016
1 parent 6ce4e2e commit 2fd106e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ before_install:
install:
- conda create --yes -n env_name python=$PYTHON_VERSION pip numpy scipy nose h5py
- source activate env_name
- conda install --yes numpy scikit-bio jupyter seaborn matplotlib=1.5.1
- conda install --yes numpy jupyter seaborn matplotlib=1.5.1
- pip install scikit-bio
- pip install coveralls
- pip install --process-dependency-links .
script:
Expand Down

0 comments on commit 2fd106e

Please sign in to comment.