--- a +++ b/.travis.yml @@ -0,0 +1,11 @@ +dist: xenial # required for Python >= 3.7 +language: python +python: + - "3.7" + - "3.8" + +# command to install dependencies +install: + - pip install . +# command to run tests +script: pytest