Create .travis.yml

This commit is contained in:
Merrick Rumel 2022-06-15 11:29:44 -04:00
parent 8f313ab643
commit 6f451245bf

12
.travis.yml Normal file
View file

@ -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