add support for Python 3.3 and PyPy
This commit is contained in:
@@ -3,6 +3,8 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
|
- "3.3"
|
||||||
|
- "pypy"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: pip install -r requirements.txt
|
install: pip install -r requirements.txt
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user