1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-07 16:55:47 +01:00
Files
ferrit/tox.ini
2019-11-11 17:39:29 +01:00

14 lines
189 B
INI

[tox]
envlist = py36,py37,flake8
[testenv]
usedevelop=True
deps = requests
pytest
commands = pytest
[testenv:flake8]
basepython = python3
deps = flake8
commands = flake8 ferrit tests