try again
This commit is contained in:
parent
fc87b767ba
commit
2c7007a11b
|
|
@ -1,13 +1,9 @@
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- language: c
|
- language: c
|
||||||
compiler:
|
compiler: gcc
|
||||||
- gcc
|
|
||||||
- clange
|
|
||||||
script: make
|
script: make
|
||||||
|
|
||||||
- language: python
|
- language: python
|
||||||
python:
|
python: "2.7"
|
||||||
- 2.7
|
|
||||||
- 3.5
|
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue