Skip to content

Commit

Permalink
added scipy package to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Aug 29, 2021
1 parent e684771 commit b5cecc5
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 @@ -5,7 +5,7 @@ python:
- '3.8'
- '3.9'
install:
- pip install networkx numpy coveralls csvkit
- pip install networkx scipy numpy coveralls csvkit
script:
- nosetests --with-coverage --cover-package=danker
- shellcheck *.sh */*.sh
Expand Down

0 comments on commit b5cecc5

Please sign in to comment.