8000 Merge pull request #47 from kkroening/remove-py33 · equalent/ffmpeg-python@e1c9304 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e1c9304

Browse files
authored
Merge pull request kkroening#47 from kkroening/remove-py33
Remove python 3.3 support
2 parents fc44ffa + a3c9b05 commit e1c9304

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ matrix:
1111
- python: 2.7
1212
env:
1313
- TOX_ENV=py27
14-
- python: 3.3
15-
env:
16-
- TOX_ENV=py33
1714
- python: 3.4
1815
env:
1916
- TOX_ENV=py34

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, py33, py34, py35, py36, pypy
7+
envlist = py27, py34, py35, py36, pypy
88

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

0 commit comments

Comments
 (0)
0