1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-14 05:55:47 +01:00

Added python package setup and tox

This commit is contained in:
2019-10-28 19:13:04 +01:00
parent e22fac98fc
commit 57bf9556c7
3 changed files with 83 additions and 0 deletions

21
tox.ini Normal file
View File

@@ -0,0 +1,21 @@
[tox]
envlist = py27, py35, py36, py37, py38, flake8
[travis]
python =
3.8: py38
3.7: py37
3.6: py36
3.5: py35
2.7: py27
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 ferrit
[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = python setup.py test