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

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 gamescrapyr tests
[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = python setup.py test