sprockets.logging/tox.ini
2015-06-08 13:59:10 -04:00

10 lines
188 B
INI

[tox]
envlist = py27,py34
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = true
[testenv]
commands = nosetests []
deps = nose