Skip to content

Commit cd216d4

Browse files
committed
[travis] fix tyop
1 parent 0d4780a commit cd216d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
- conda config --set always_yes yes --set changeps1 no
1717
- conda update -q conda
1818
- conda info -a
19-
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas converage nosetests
19+
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy pandas coverage nosetests
2020
- source activate testenv
2121
install:
2222
- python setup.py sdist

0 commit comments

Comments
 (0)