8000 tox.ini: Add py37 to the testing · Powercoder64/ffmpeg-python@ed9b7f8 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ed9b7f8

Browse files
authored
tox.ini: Add py37 to the testing
Python 3.4 is end of life... Should we drop support for it?
1 parent c6c2dfd commit ed9b7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py34, py35, py36, pypy
7+
envlist = py27, py34, py35, py36, py37, pypy
88

99
[testenv]
1010
commands = py.test -vv

0 commit comments

Comments
 (0)
0