8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6960751 commit f2ae3c7Copy full SHA for f2ae3c7
.travis.yml
@@ -2,13 +2,26 @@ language: python
2
before_install:
3
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz
4
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
5
-env:
6
- - TOX_ENV=py27
7
- - TOX_ENV=py33
8
- - TOX_ENV=py34
9
- - TOX_ENV=py35
10
- - TOX_ENV=py36
11
- - TOX_ENV=pypy
+matrix:
+ include:
+ - python: 2.7
+ env:
+ - TOXENV=py27
+ - python: 3.3
12
+ - TOXENV=py33
13
+ - python: 3.4
14
15
+ - TOXENV=py34
16
+ - python: 3.5
17
18
+ - TOXENV=py35
19
+ - python: 3.6
20
21
+ - TOXENV=py36
22
+ - python: pypy
23
24
+ - TOXENV=pypy
25
install:
26
- pip install tox
27
script:
0 commit comments