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