Michal Kobus | 492d8bc | 2021-02-15 16:54:13 +0100 | [diff] [blame] | 1 | # 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 Matuszkowiak | 2820c66 | 2018-11-21 12:07:25 +0100 | [diff] [blame] | 5 | [tox] |
Michal Kobus | 492d8bc | 2021-02-15 16:54:13 +0100 | [diff] [blame] | 6 | minversion = 3.4.0 |
Mateusz Matuszkowiak | 2820c66 | 2018-11-21 12:07:25 +0100 | [diff] [blame] | 7 | skipsdist = True |
Michal Kobus | 492d8bc | 2021-02-15 16:54:13 +0100 | [diff] [blame] | 8 | envlist = py35 |
Mateusz Matuszkowiak | 2820c66 | 2018-11-21 12:07:25 +0100 | [diff] [blame] | 9 | |
| 10 | [testenv] |
| 11 | usedevelop = True |
Mateusz Matuszkowiak | 2820c66 | 2018-11-21 12:07:25 +0100 | [diff] [blame] | 12 | commands = |
Michal Kobus | 492d8bc | 2021-02-15 16:54:13 +0100 | [diff] [blame] | 13 | python -c "import sys; sys.stderr.write('WARNING: Use _tox.ini: for true testing.\n')" |