python/tox.ini
Gábor Lipták 3412151aa9
Add Python 3.9 to build
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2020-12-04 22:06:53 -05:00

14 lines
220 B
INI

[tox]
skipsdist = True
envlist =
py27, py3{5,6,7,8,9}
py27-functional, py3{5,6,7,8,9}-functional
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
commands =
python -V
pip install pytest
./run_tox.sh pytest