diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a9ee936 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: python +python: + - "3.4" + - "3.5" + - "3.6" + - "3.7" + - "3.8" + - "3.9" + +# Install dependencies: +install: + - pip install -r requirements.txt + +# Run Tests +script: + - pytest