initial commit

This commit is contained in:
2022-06-20 20:34:14 -05:00
committed by asc
parent 8f6ad30acf
commit 94568e0fa7
30 changed files with 1547 additions and 49 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