mirror of
https://github.com/gryf/ferrit.git
synced 2026-02-07 08:45:53 +01:00
12 lines
176 B
INI
12 lines
176 B
INI
[tox]
|
|
envlist = py36,py37,flake8
|
|
|
|
[testenv]
|
|
usedevelop=True
|
|
commands = python setup.py test
|
|
|
|
[testenv:flake8]
|
|
basepython = python3
|
|
deps = flake8
|
|
commands = flake8 ferrit tests
|