1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-07 16:55:47 +01:00
Files
ferrit/tox.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