try again

This commit is contained in:
Heng Li 2017-09-17 00:31:15 -04:00
parent fc87b767ba
commit 2c7007a11b
1 changed files with 2 additions and 6 deletions

View File

@ -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