# TODO(mk): Temporary tox.ini - use "_tox.ini" for true testing. | |
# Python 3.5 reached the end of its life on September 13th, 2020. | |
# The 3.5 release misses important security fixes. | |
[tox] | |
minversion = 3.4.0 | |
skipsdist = True | |
envlist = py35 | |
[testenv] | |
usedevelop = True | |
commands = | |
python -c "import sys; sys.stderr.write('WARNING: Use _tox.ini: for true testing.\n')" |