1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-07 08:45:53 +01: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

0
tests/__init__.py Normal file
View File

21
tox.ini
View File

@@ -1,18 +1,11 @@
[tox]
envlist = py36, py37, flake8
[travis]
python =
3.7: py37
3.6: py36
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 ferrit
envlist = py36,py37,flake8
[testenv]
setenv =
PYTHONPATH = {toxinidir}
usedevelop=True
commands = python setup.py test
[testenv:flake8]
basepython = python3
deps = flake8
commands = flake8 ferrit tests