Skip to content

Commit 463a0a0

Browse files
authored
Merge pull request #44 from veeresht/issue_43
Fixing .travis.yml for missing atlas installation.
2 parents f7f9e38 + de50d46 commit 463a0a0

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)