Er... Tavis doesn't have python 3.7.

This commit is contained in:
Heng Li 2019-05-11 20:06:48 -04:00
parent 4bd5a018c2
commit c16a1742a3
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ matrix:
before_install: pip install cython
script: python setup.py build_ext
- language: python
python: "3.7"
python: "3.6"
before_install: pip install cython
script: python setup.py build_ext