mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-14 19:29:25 +00:00
21 lines
279 B
INI
21 lines
279 B
INI
|
[tox]
|
||
|
envlist = py26,py27,py33,py34,pypy
|
||
|
indexserver =
|
||
|
default = https://warehouse.python.org/simple
|
||
|
|
||
|
[testenv]
|
||
|
commands = nosetests tests
|
||
|
deps =
|
||
|
-rtest-requirements.txt
|
||
|
tox
|
||
|
|
||
|
[testenv:py27]
|
||
|
deps =
|
||
|
{[testenv]deps}
|
||
|
mock
|
||
|
|
||
|
[testenv:py26]
|
||
|
deps =
|
||
|
{[testenv:py27]deps}
|
||
|
unittest2
|