Files
openide/python/helpers/pydev/tox.ini
Andrey Lisin e53d9fa59a PY-37770 Add tox config for running debugger Python tests
(cherry picked from commit 1635c6aab4d3d78d34244bd3329b4486d1a21b20)

GitOrigin-RevId: 4b5d3b9d18f0457d55d3925525184dc8939f3f99
2019-11-18 09:07:47 +00:00

24 lines
353 B
INI

[tox]
envlist = py27,py38
skipsdist=True
[testenv]
deps =
pytest
teamcity-messages
ipython
django
behave
jinja2
nose
pytest
django-nose
behave-django
pytest-xdist
untangle
pandas
PySide2
commands =
pytest -s
setenv = PYTHONPATH = {toxinidir}/../third_party/thriftpy
passenv = TEAMCITY_VERSION