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 cd133d0 commit 6f6f908Copy full SHA for 6f6f908
.travis.yml
@@ -1,20 +1,23 @@
1
language: python
2
+python:
3
+ - 2.6
4
+ - 2.7
5
+ - 3.3
6
+ - 3.4
7
+ - 3.5
8
+ - pypy
9
+ - pypy3
10
+ - nightly
11
env:
- matrix:
- - TOXENV=py26-pytest28
- - TOXENV=py26-pytest29
- - TOXENV=py27-pytest28
- - TOXENV=py27-pytest29
- - TOXENV=py33-pytest28
- - TOXENV=py33-pytest29
- - TOXENV=py34-pytest28
- - TOXENV=py34-pytest29
12
- - TOXENV=pypy-pytest28
13
- - TOXENV=pypy-pytest29
14
- - TOXENV=pypy3-pytest28
15
- - TOXENV=pypy3-pytest29
16
- - TOXENV=flake8
+ - TOXENV=pytest28
+ - TOXENV=pytest29
+matrix:
+ include:
+ - python: 2.7
17
+ env: TOXENV=flake8
18
+ - python: 3.5
19
20
install:
- - pip install tox
21
+ - pip install tox-travis
22
script:
23
- tox
0 commit comments