Add even more languages to Travis CI
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
- 3.2
|
||||||
|
- 3.3
|
||||||
- pypy
|
- pypy
|
||||||
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
@@ -22,8 +24,4 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- pip install --editable .
|
- pip install --editable .
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- python: pypy
|
|
||||||
|
|
||||||
script: true
|
script: true
|
||||||
|
|||||||
Reference in New Issue
Block a user