tox: Update default env

Support for python 3.4 was removed long time ago. Use py3, which may
be translated to the default system python for convenience.
This commit is contained in:
Takashi Kajinami 2025-06-04 00:51:46 +09:00
parent 4acdb13d5b
commit c24fbbce94
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py34 envlist = py3
[testenv] [testenv]
commands = nosetests {posargs} commands = nosetests {posargs}