Skip to content

Commit 16fe80c

Browse files
committed
Add Python 3.5 to TravisCI
1 parent 5a9305a commit 16fe80c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ matrix:
88
- os: linux
99
python: 3.4
1010
env: TOXENV=py34
11+
- os: linux
12+
python: 3.5
13+
env: TOXENV=py35
1114

1215
install:
1316
- pip install tox --use-mirrors

0 commit comments

Comments
 (0)