1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-07 08:45:53 +01:00
Files
ferrit/tox.ini

13 lines
192 B
INI

[tox]
envlist = py36,py37,flake8
[testenv]
usedevelop=True
deps = requests
commands = python setup.py test
[testenv:flake8]
basepython = python3
deps = flake8
commands = flake8 ferrit tests