python/tox.ini
Oz Tiram a4f249b48a Migrate to pytest
travis
2019-10-02 20:32:27 +02:00

12 lines
173 B
INI

[tox]
skipsdist = True
envlist = py27, py35, py36, py37
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
commands =
python -V
pip install pytest
./run_tox.sh pytest