Travis: remove py32, add py34

This commit is contained in:
David Wolever
2015-06-14 11:53:56 -04:00
parent 9b4a70d130
commit 2d80b8a39e

View File

@@ -4,8 +4,8 @@ python:
- 2.6
- 2.7
- pypy
- 3.2
- 3.3
- 3.4
install:
- "pip install --use-mirrors nose==1.2.1"
- "python setup.py develop"