Skip to content

Commit

Permalink
added SciPy to Travis CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mathandy committed Aug 23, 2018
1 parent 1653725 commit f77f94d
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 @@ -3,6 +3,6 @@ python:
- "2.7"
- "3.6"
install:
- pip install numpy svgwrite
- pip install numpy svgwrite scipy
script:
- python -m unittest discover test

0 comments on commit f77f94d

Please sign in to comment.