enhancement: make possible to run tests and related stuff using tox

Make possible to run tests (python setup.py test) and other related
stuff (flake8, doc8 and yamllint) using tox.

Signed-off-by: Satoru SATOH <satoru.satoh@gmail.com>
This commit is contained in:
Satoru SATOH
2020-09-12 00:37:38 +09:00
parent 333ae52c78
commit 7798a71009
3 changed files with 39 additions and 0 deletions

6
tests/requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
pyyaml
coveralls
flake8
flake8-import-order
doc8
sphinx; python_version > '2.7'