Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Heng Li 2020-04-14 15:52:57 -04:00
commit adde608a42
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ matrix:
- language: c - language: c
compiler: clang compiler: clang
script: make script: make
- arch: arm64
language: c
compiler: gcc
script: make arm_neon=1 aarch64=1
- language: python - language: python
python: "2.7" python: "2.7"
before_install: pip install cython before_install: pip install cython