Skip to content

Commit bc42f4d

Browse files
committed
Drop support for 3.2
1 parent bbbc8f8 commit bc42f4d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- "pypy"
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
install:
87
- python setup.py -q install

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, pypy, py32, py33, docs, style
2+
envlist = py26, py27, pypy, py33, docs, style
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)