added SciPy to Travis CI environment

pull/66/head
Andy 2018-08-22 20:21:09 -07:00
parent 165372562e
commit f77f94db5b
1 changed files with 1 additions and 1 deletions

View File

@ -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