Add even more languages to Travis CI

This commit is contained in:
Jason Paryani
2013-08-12 17:35:20 -07:00
parent 4aa4b420e4
commit 5a1349d0cb

View File

@@ -1,8 +1,10 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
compiler: gcc
@@ -22,8 +24,4 @@ before_install:
install:
- pip install --editable .
matrix:
allow_failures:
- python: pypy
script: true