Add python 3.2 and pypy to Travis CI

This commit is contained in:
Jason Paryani
2013-08-12 17:30:48 -07:00
parent 10d6881dca
commit 4aa4b420e4

View File

@@ -2,6 +2,8 @@ language: python
python: python:
- 2.7 - 2.7
- 3.2
- pypy
compiler: gcc compiler: gcc