1
0
mirror of https://github.com/kkroening/ffmpeg-python.git synced 2025-04-06 04:15:44 +08:00

Merge pull request from kkroening/remove-py33

Remove python 3.3 support
This commit is contained in:
Karl Kroening 2017-12-23 14:14:00 -06:00 committed by GitHub
commit e1c93044d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

@ -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

@ -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