svgpathtools/.travis.yml

9 lines
136 B
YAML
Raw Normal View History

2018-06-10 21:57:24 +00:00
language: python
python:
- "2.7"
- "3.6"
install:
2018-08-23 03:21:09 +00:00
- pip install numpy svgwrite scipy
2018-06-10 21:57:24 +00:00
script:
- python -m unittest discover test