Skip to content

Commit

Permalink
Install all extras for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Jun 25, 2020
1 parent 264a29c commit b9c5864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- conda info -a
- conda env create -f ./environment.yml
- source activate filter_functions
- pip install .[fancy_progressbar,doc,tests]
- pip install .[all]

script:
- coverage run --rcfile=coverage.ini -m pytest
Expand Down

0 comments on commit b9c5864

Please sign in to comment.