Skip to content

Commit de50d46

Browse files
committed
Fixing .travis.yml for missing atlas installation.
1 parent f7f9e38 commit de50d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- conda info -a
2626

2727
# Replace dep1 dep2 ... with your dependencies
28-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose
28+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose
2929
- source activate test-environment
3030
#- conda install --yes -c dan_blanchard python-coveralls nose-cov
3131
- pip install python-coveralls

0 commit comments

Comments
 (0)