added .travis.yml
parent
31a8d2ac11
commit
2cb56c50c5
|
@ -1,4 +1,5 @@
|
|||
*.pyc
|
||||
.*
|
||||
/svgpathtools/nonunittests
|
||||
!.travis.yml
|
||||
!/.gitignore
|
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install numpy svgwrite
|
||||
script:
|
||||
- python -m unittest discover test
|
Loading…
Reference in New Issue