mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 11:19:28 +00:00
20 lines
320 B
INI
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
|