mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
17 lines
220 B
INI
17 lines
220 B
INI
[tox]
|
|
envlist = py25, py26, py27, py32
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
commands =
|
|
py.test []
|
|
[testenv:py25]
|
|
deps =
|
|
simplejson
|
|
unittest2
|
|
{[testenv]deps}
|
|
[testenv:py26]
|
|
deps =
|
|
unittest2
|
|
{[testenv]deps}
|