Skip to content

Commit 2555372

Browse files
committed
Add Python 3.5 to CI
1 parent 78191c8 commit 2555372

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- TOX_ENV=py27
1010
- TOX_ENV=py33
1111
- TOX_ENV=py34
12+
- TOX_ENV=py35
1213
- TOX_ENV=flake8
1314

1415
install:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, flake8
2+
envlist = py27, py33, py34, py35, flake8
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)