Add initial project metafiles

This commit is contained in:
2020-09-23 02:17:30 -04:00
parent f4b19b1d02
commit 3b70c051ba
3 changed files with 1192 additions and 0 deletions

11
tox.ini Normal file
View File

@@ -0,0 +1,11 @@
[tox]
envlist = py38
isolated_build = true
[testenv]
description = Run the tests (pytest)
deps =
requests
skip_install = true
commands =
pip freeze