diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9ad85f1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +python: + - "3.6" + - "3.5" + - "3.4" + - "3.3" + - "3.2" + - "3.1" + - "3.0" +script: + - "python3 setup.py test" +install: + - "pip3 install setuptools"