mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
tox.ini: Add py37 to the testing
Python 3.4 is end of life... Should we drop support for it?
This commit is contained in:
parent
c6c2dfdc28
commit
ed9b7f8804
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@
|
|||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py34, py35, py36, pypy
|
envlist = py27, py34, py35, py36, py37, pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = py.test -vv
|
commands = py.test -vv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user