python/tox.ini
Oz N Tiram 511243a341 Drop Python3.4
Python 3.4 has become EOL on March 18, 2019.

 https://www.python.org/dev/peps/pep-0429/
2019-04-05 21:21:04 +02:00

12 lines
177 B
INI

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