Skip to content

Commit 8b04b52

Browse files
committed
Update travis config.
1 parent 3d499d7 commit 8b04b52

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.travis.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
language: python
2-
matrix:
3-
include:
4-
- python: 2.7
5-
env: TOXENV=py27
6-
- python: 3.6
7-
env: TOXENV=py36
8-
- python: pypy
9-
env: TOXENV=pypy
10-
install:
11-
- pip install tox
12-
script:
13-
- tox -e $TOXENV
2+
3+
env:
4+
- TOXENV=py27
5+
- TOXENV=py33
6+
- TOXENV=py34
7+
- TOXENV=py35
8+
- TOXENV=py36
9+
10+
install: pip install tox
11+
12+
script: tox
13+
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)