Added tox, tox-pipenv and pytest

This commit is contained in:
Alexander Werner
2018-11-04 13:54:05 +01:00
parent 2f7ed9b0b1
commit 1344b8f4d2
3 changed files with 109 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ gpiozero = "*"
"pep8-naming" = "*"
radon = "*"
xenon = "*"
tox = "*"
tox-pipenv = "*"
pytest = "*"
[requires]
python_version = "3.5"