mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Merge pull request #47 from kkroening/remove-py33
Remove python 3.3 support
This commit is contained in:
commit
e1c93044d5
@ -11,9 +11,6 @@ matrix:
|
||||
- python: 2.7
|
||||
env:
|
||||
- TOX_ENV=py27
|
||||
- python: 3.3
|
||||
env:
|
||||
- TOX_ENV=py33
|
||||
- python: 3.4
|
||||
env:
|
||||
- TOX_ENV=py34
|
||||
|
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@
|
||||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py27, py33, py34, py35, py36, pypy
|
||||
envlist = py27, py34, py35, py36, pypy
|
||||
|
||||
[testenv]
|
||||
commands = py.test -vv
|
||||
|
Loading…
x
Reference in New Issue
Block a user