Skip to content

Commit 4861266

Browse files
committed
ci: Install all extras on travis
To successfully run the tests, we better install all extras on travis. In particular MSIS was missing for the level-2 integration tests.
1 parent 23c8c05 commit 4861266

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
@@ -27,7 +27,7 @@ install:
2727
- pip install -U pytest pytest-cov codecov coveralls
2828
- pip install tox-travis
2929
- pip install scrutinizer-ocular
30-
- pip install -e .
30+
- pip install -e ".[all]"
3131
script:
3232
- py.test -v --cov sciapy
3333
after_success:

0 commit comments

Comments
 (0)