mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-23 19:29:55 +00:00
16 lines
240 B
INI
16 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
|