forked from VimPlug/jedi
Added python 3.3 to test-suite Removed unused import Removed unused import Migrated to EAFP for attribute checking Bumped version of ModulePickling for migration to hashlib Added py33 environment to tox Fixed issue with package importing on python 3.3
17 lines
226 B
INI
17 lines
226 B
INI
[tox]
|
|
envlist = py25, py26, py27, py32, py33
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
commands =
|
|
py.test []
|
|
[testenv:py25]
|
|
deps =
|
|
simplejson
|
|
unittest2
|
|
{[testenv]deps}
|
|
[testenv:py26]
|
|
deps =
|
|
unittest2
|
|
{[testenv]deps}
|