sprockets.mixins.correlation/tox.ini
Dave Shawley 99f33f56b2 SYN
2015-03-28 12:35:38 -04:00

15 lines
240 B
INI

[tox]
envlist = py27,py33,py34,pypy,pypy3
toxworkdir = {toxinidir}/build/tox
skip_missing_intepreters = true
[testenv]
deps =
-rtest-requirements.txt
tornado
commands = {envbindir}/nosetests
[testenv:py27]
deps =
{[testenv]deps}
mock