blob: d091b468c78e16133a915e2df100c3c001414df6 [file] [log] [blame]
Michal Kobus492d8bc2021-02-15 16:54:13 +01001# TODO(mk): Temporary tox.ini - use "_tox.ini" for true testing.
2# Python 3.5 reached the end of its life on September 13th, 2020.
3# The 3.5 release misses important security fixes.
4
Mateusz Matuszkowiak2820c662018-11-21 12:07:25 +01005[tox]
Michal Kobus492d8bc2021-02-15 16:54:13 +01006minversion = 3.4.0
Mateusz Matuszkowiak2820c662018-11-21 12:07:25 +01007skipsdist = True
Michal Kobus492d8bc2021-02-15 16:54:13 +01008envlist = py35
Mateusz Matuszkowiak2820c662018-11-21 12:07:25 +01009
10[testenv]
11usedevelop = True
Mateusz Matuszkowiak2820c662018-11-21 12:07:25 +010012commands =
Michal Kobus492d8bc2021-02-15 16:54:13 +010013 python -c "import sys; sys.stderr.write('WARNING: Use _tox.ini: for true testing.\n')"