Skip to content

Commit e80294d

Browse files
committed
removes python 3.2 add 3.5 tests
1 parent 7077098 commit e80294d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python:
55
- "2.6"
66
- "2.7"
77
- "3.2"
8-
- "3.3"
98
- "3.4"
109
- "3.5"
1110
- "pypy"

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.5 (dev)
2+
---------
3+
* dropped python 3.3 support
4+
* add python 3.5 suport
5+
16
1.4
27
---
38
* fixes typo in documentation

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
2+
envlist=py26,py27,py32,py34,py35,pypy
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)