Skip to content

Commit 2ca9f49

Browse files
committed
Fix pip install command
1 parent 0130958 commit 2ca9f49

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
@@ -14,7 +14,7 @@ matrix:
1414

1515
install:
1616
- pip install .
17-
- pip install coveralls, sphinx, nbformat, pytest-cov
17+
- pip install coveralls sphinx nbformat pytest-cov
1818

1919
# command to run tests
2020
script:

0 commit comments

Comments
 (0)