svgpathtools/.travis.yml

9 lines
136 B
YAML

language: python
python:
- "2.7"
- "3.6"
install:
- pip install numpy svgwrite scipy
script:
- python -m unittest discover test