mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-15 03:00:28 +00:00
17 lines
272 B
INI
17 lines
272 B
INI
[tox]
|
|
envlist = py27,py34,pypy,pypy3,tornado3
|
|
indexserver =
|
|
default = https://pypi.python.org/simple
|
|
toxworkdir = build/tox
|
|
skip_missing_interpreters = true
|
|
|
|
[testenv]
|
|
commands = nosetests []
|
|
deps =
|
|
nose
|
|
tornado
|
|
|
|
[testenv:tornado3]
|
|
deps =
|
|
nose
|
|
tornado>=3,<4
|