diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8f99e3d7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python + +python: + - "3.7" + - "3.7-dev" + - "3.8-dev" + +install: + - pip install pipenv + - pipenv install + +script: + - pipenv run pytest