added SciPy to Travis CI environment
parent
165372562e
commit
f77f94db5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue