add support for Python 3.3 and PyPy

This commit is contained in:
Stefan Kögl
2013-04-13 23:05:55 +02:00
parent 31908848f3
commit 5cabe7bc57

View File

@@ -3,6 +3,8 @@ python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
# command to install dependencies
install: pip install -r requirements.txt
# command to run tests