Skip to content

Commit 6f6f908

Browse files
committed
Use tox-travis
1 parent cd133d0 commit 6f6f908

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.travis.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
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
211
env:
3-
matrix:
4-
- TOXENV=py26-pytest28
5-
- TOXENV=py26-pytest29
6-
- TOXENV=py27-pytest28
7-
- TOXENV=py27-pytest29
8-
- TOXENV=py33-pytest28
9-
- TOXENV=py33-pytest29
10-
- TOXENV=py34-pytest28
11-
- TOXENV=py34-pytest29
12-
- TOXENV=pypy-pytest28
13-
- TOXENV=pypy-pytest29
14-
- TOXENV=pypy3-pytest28
15-
- TOXENV=pypy3-pytest29
16-
- TOXENV=flake8
12+
- TOXENV=pytest28
13+
- TOXENV=pytest29
14+
matrix:
15+
include:
16+
- python: 2.7
17+
env: TOXENV=flake8
18+
- python: 3.5
19+
env: TOXENV=flake8
1720
install:
18-
- pip install tox
21+
- pip install tox-travis
1922
script:
2023
- tox

0 commit comments

Comments
 (0)