Skip to content

Commit 9ac581d

Browse files
committed
travis yml file update to address py 3.5/3.6 testing, attempting matrix approach
1 parent 3b2bbfb commit 9ac581d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
sudo: false
44
language: python
5-
python:
6-
- "3.5"
7-
- "3.6"
8-
env:
9-
- TOX_ENV=py27
10-
- TOX_ENV=py33
11-
- TOX_ENV=py34
12-
- TOX_ENV=py35
13-
- TOX_ENV=py36
5+
matrix:
6+
include:
7+
- python: 3.5
8+
env:
9+
- TOX_ENV=py27
10+
- TOX_ENV=py33
11+
- TOX_ENV=py34
12+
- TOX_ENV=py35
13+
- python: 3.6
14+
env:
15+
- TOX_ENV=py36
1416

1517
script: tox -e $TOX_ENV
1618

0 commit comments

Comments
 (0)