Remove Travis-CI Testing for Python 3.1

This commit is contained in:
BJ Dierkes 2013-03-14 00:48:50 -05:00
parent 047d199f74
commit dde567556b

View File

@ -3,6 +3,5 @@ script: ./scripts/travis.sh
python:
- "2.6"
- "2.7"
- "3.1"
- "3.2"
- "3.3"