Initial commit

This commit is contained in:
2022-06-22 11:44:21 -05:00
commit ef53cbf40e
27 changed files with 1088 additions and 0 deletions

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
# Config file for automatic testing at travis-ci.com
language: python
python:
- 3.8
- 3.7
- 3.6
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
# Command to run tests, e.g. python setup.py test
script: tox