Skip to content

Commit 3c0b00e

Browse files
author
Omer Katz
committed
Added python 3.5 to the build.
1 parent 3327388 commit 3c0b00e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- '3.2'
66
- '3.3'
77
- '3.4'
8+
- '3.5'
89
- pypy
910
- pypy3
1011
env:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28}
2+
envlist = {py26,py27,py32,py33,py34,py35,pypy,pypy3}-{mg27,mg28}
33
#envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev}
44

55
[testenv]

0 commit comments

Comments
 (0)