1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-04-21 05:31:26 +02:00

Stright up tox conf, added missing tests module

This commit is contained in:
2019-10-31 15:52:51 +01:00
parent b22ae747e7
commit 4a93576e92
2 changed files with 7 additions and 14 deletions
View File
+5 -12
View File
@@ -1,18 +1,11 @@
[tox]
envlist = py36,py37,flake8
[travis]
python =
3.7: py37
3.6: py36
[testenv]
usedevelop=True
commands = python setup.py test
[testenv:flake8]
basepython = python
basepython = python3
deps = flake8
commands = flake8 ferrit
[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = python setup.py test
commands = flake8 ferrit tests