Skip to content

Commit

Permalink
Add atlas to miniconda install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
craffel committed Feb 4, 2016
1 parent b940356 commit 3cb1d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- deps='pip numpy scipy sphinx nose six future pep8'
- deps='pip atlas numpy scipy sphinx nose six future pep8'
- conda create -q -n test-environment "python=$TRAVIS_PYTHON_VERSION" $deps
- source activate test-environment
- pip install python-coveralls
Expand Down

0 comments on commit 3cb1d41

Please sign in to comment.