added .travis.yml

pull/60/head
Andy 2018-06-10 14:57:24 -07:00
parent 31a8d2ac11
commit 2cb56c50c5
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.pyc *.pyc
.* .*
/svgpathtools/nonunittests /svgpathtools/nonunittests
!.travis.yml
!/.gitignore !/.gitignore

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.6"
install:
- pip install numpy svgwrite
script:
- python -m unittest discover test