mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-22 03:00:23 +00:00
13 lines
213 B
INI
13 lines
213 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
|
|
mock
|
|
tornado
|