mirror of
https://github.com/gryf/ferrit.git
synced 2026-02-07 16:55:47 +01:00
14 lines
189 B
INI
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
|