diff --git a/.gitignore b/.gitignore index 09a3900..6b8406c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc .* /svgpathtools/nonunittests +!.travis.yml !/.gitignore \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3fa9427 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "2.7" + - "3.6" +install: + - pip install numpy svgwrite +script: + - python -m unittest discover test