Skip to content

Commit 883d7ca

Browse files
committed
modified travis yml file to update the matrix testing for Python 3.5 and 3.6
1 parent 9ac581d commit 883d7ca

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ sudo: false
44
language: python
55
matrix:
66
include:
7+
- python: 2.7
8+
env: TOX_ENV=py27
9+
- python: 2.7
10+
env: TOX_ENV=py33
11+
- python: 2.7
12+
env: TOX_ENV=py34
713
- python: 3.5
8-
env:
9-
- TOX_ENV=py27
10-
- TOX_ENV=py33
11-
- TOX_ENV=py34
12-
- TOX_ENV=py35
14+
env: TOX_ENV=py35
1315
- python: 3.6
14-
env:
15-
- TOX_ENV=py36
16+
env: TOX_ENV=py36
1617

1718
script: tox -e $TOX_ENV
1819

0 commit comments

Comments
 (0)