diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a901f5a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +sudo: false +language: python +python: + - "3.9" +# command to install dependencies +install: +before_script: + - pip install tox-travis + - pip install coveralls +# command to run tests +script: tox +after_success: coveralls \ No newline at end of file