mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-21 19:28:38 +00:00
Add tox support.
This commit is contained in:
parent
aff3d3869e
commit
f3674bf273
1 changed files with 20 additions and 0 deletions
20
tox.ini
Normal file
20
tox.ini
Normal file
|
@ -0,0 +1,20 @@
|
|||
[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
|
Loading…
Reference in a new issue