svgpathtoolss/.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:
- pip install numpy svgwrite
script:
- python -m unittest discover test