mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-22 03:00:23 +00:00
9 lines
171 B
INI
9 lines
171 B
INI
[tox]
|
|
envlist = py27,py34
|
|
indexserver =
|
|
default = https://pypi.python.org/simple
|
|
toxworkdir = build/tox
|
|
|
|
[testenv]
|
|
commands = nosetests []
|
|
deps = -rtest-requirements.txt
|