Skip to content

Commit 8c3e4e5

Browse files
authored
fix .travis.yml typo
1 parent 3a25e1c commit 8c3e4e5

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
@@ -18,7 +18,7 @@ before_install:
1818
- conda update --yes conda
1919
- conda config --add channels conda-forge
2020
install:
21-
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose future, coveralls
21+
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy nose future coveralls
2222
- pip install -v .
2323
script: nosetests tests
2424
after_success:

0 commit comments

Comments
 (0)