Skip to content

Commit

Permalink
Removed quadpy dependency in travis cfg and added matplotlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qTipTip committed Aug 16, 2018
1 parent 0207b9b commit f5b0b08
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 @@ -4,9 +4,9 @@ python:
install:
- pip install numpy
- pip install sympy
- pip install quadpy
- pip install coveralls
- pip install pytest-cov
- pip install matplotlib
script:
- pytest --cov SSplines/
after_success:
Expand Down

0 comments on commit f5b0b08

Please sign in to comment.