mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
8 lines
140 B
INI
8 lines
140 B
INI
[tox]
|
|
envlist = py37
|
|
toxworkdir = build/tox
|
|
skip_missing_interpreters = True
|
|
|
|
[testenv]
|
|
deps = -r requires/testing.txt
|
|
commands = nosetests
|