8000 Travis CI: Add Python 3.7 to the tests · Powercoder64/ffmpeg-python@c6c2dfd · GitHub
[go: up one dir, main page]

Skip to content

Commit c6c2dfd

Browse files
authored
Travis CI: Add Python 3.7 to the tests
Python 3.4 is end of life... Should we drop support for it?
1 parent 78fb6cf commit c6c2dfd

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ before_install:
99
matrix:
1010
include:
1111
- python: 2.7
12-
env:
13-
- TOX_ENV=py27
12+
env: TOX_ENV=py27
1413
- python: 3.4
15-
env:
16-
- TOX_ENV=py34
14+
env: TOX_ENV=py34
1715
- python: 3.5
18-
env:
19-
- TOX_ENV=py35
16+
env: TOX_ENV=py35
2017
- python: 3.6
21-
env:
22-
- TOX_ENV=py36
18+
env: TOX_ENV=py36
19+
- python: 3.7
20+
dist: xenial # required for Python >= 3.7
21+
env: TOX_ENV=py37
2322
- python: pypy
24-
env:
25-
- TOX_ENV=pypy
23+
env: TOX_ENV=pypy
2624
install:
2725
- pip install tox
2826
script:

0 commit comments

Comments
 (0)
0