diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..272d35c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: python + +python: + - "3.4" + - "3.5" + - "3.5" + - "3.6" + - "3.7" + +install: + - pip install -e . + - pip install -r dev-requirements.txt + +script: + - ./scripts/test.sh