Skip to content

Commit

Permalink
Merge branch 'refactor/make_plotting_optional_dependency' of https://…
Browse files Browse the repository at this point in the history
…github.com/qutech/filter_functions into refactor/make_plotting_optional_dependency
  • Loading branch information
thangleiter committed Jun 26, 2020
2 parents 9826e9c + b9c5864 commit 5231fdf
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 5231fdf

Please sign in to comment.