8000 Merge pull request #245 from cclauss/patch-1 · kkroening/ffmpeg-python@8809a54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8809a54

Browse files
authored
Merge pull request #245 from cclauss/patch-1
Travis CI and tox.ini: Add Python 3.7 to the testing
2 parents b14785b + ed9b7f8 commit 8809a54

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
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:

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