Add even more languages to Travis CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user