diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..951329e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +python: + - "3.2" + - "3.3" + - "3.4" + - "3.5" + - "3.6" + - "nightly" +install: + - "pip install pep8" + - "pip install -r requirements.txt" +script: ./tests.sh