taiga-back/tox.ini

17 lines
198 B
INI

[tox]
envlist = py36
skipsdist = True
[testenv]
deps =
pipenv
commands =
pipenv sync --dev
pipenv run pytest
[testenv:flake8]
deps = flake8
basepython = python3.6
commands = flake8 .