mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-12-30 19:20:33 +00:00
10 lines
171 B
INI
10 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
|