Skip to content

Commit

Permalink
install optional requirements in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jajcayn committed Feb 3, 2020
1 parent de99fe3 commit 2d1fdf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:

install:
- pip install -r requirements.txt
- pip install -r requirements_optional.txt
- pip install codecov pytest-cov
- pip install .

Expand Down

0 comments on commit 2d1fdf6

Please sign in to comment.