svgpathtools/.travis.yml

9 lines
137 B
YAML

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