Remove python 3.2 from travis tests

Travis is using an old version of python 3.2 that doesn't support the u
character in front of strings. It's not worth fixing for just that, and
python 3.3 gives enough coverage for python3.
This commit is contained in:
Jason Paryani
2013-12-18 17:10:55 -08:00
parent 20d7104111
commit 5a6308d25e

View File

@@ -3,7 +3,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy