sprockets.mixins.http/tox.ini
2022-03-07 17:30:32 -05:00

20 lines
320 B
INI

[tox]
envlist = lint,py37,py38,py39
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = True
use_develop = True
[testenv]
commands =
coverage run
deps =
.
-rrequires/testing.txt
[testenv_lint]
commands =
flake8
yapf -dr sprockets tests.py