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