remove currently unsupported Python 3.3 from .travis.yml

This commit is contained in:
Stefan Kögl
2012-11-11 10:47:04 +01:00
parent fb73f44be3
commit 831177a224

View File

@@ -4,7 +4,6 @@ python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install: pip install
# command to run tests