svgpathtools/.travis.yml

9 lines
130 B
YAML
Raw Normal View History

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