mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-22 03:00:25 +00:00
14 lines
270 B
INI
14 lines
270 B
INI
[tox]
|
|
envlist = py37,py38,py39
|
|
indexserver =
|
|
default = https://pypi.python.org/simple
|
|
toxworkdir = build/tox
|
|
skip_missing_interpreters = true
|
|
|
|
[testenv]
|
|
deps =
|
|
-e .[msgpack]
|
|
-r requires/testing.txt
|
|
commands =
|
|
coverage run -m unittest []
|
|
coverage report
|