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

19
tox.ini Normal file
View File

@@ -0,0 +1,19 @@
[tox]
envlist = py36, py37, py38, flake8
[travis]
python =
3.8: py38
3.7: py37
3.6: py36
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 pyteamsnap tests
[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = python setup.py test