Skip to content

Commit fe678f7

Browse files
committed
update travis.yml
1 parent e11a366 commit fe678f7

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

.travis.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
language: python
22

3-
env:
4-
matrix:
5-
- python: 2.7
6-
env: TOXENV=py27
7-
- python: 3.3
8-
env: TOXENV=py33
9-
- python: 3.4
10-
env: TOXENV=py34
11-
- python: 3.5
12-
env: TOXENV=py35
13-
- python: 3.5
14-
env: TOXENV=py35-flake8-src
15-
- python: 3.5
16-
env: TOXENV=py35-flake8-tests
17-
fast_finish: true
18-
allow_failures:
19-
- env: TOXENV=py35-flake8-src
20-
- env: TOXENV=py35-flake8-tests
3+
python:
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
218

22-
install:
23-
- pip install tox
9+
install: pip install tox-travis
2410

2511
script: tox

0 commit comments

Comments
 (0)