Er... Tavis doesn't have python 3.7.
This commit is contained in:
parent
4bd5a018c2
commit
c16a1742a3
|
|
@ -15,6 +15,6 @@ matrix:
|
||||||
before_install: pip install cython
|
before_install: pip install cython
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
- language: python
|
- language: python
|
||||||
python: "3.7"
|
python: "3.6"
|
||||||
before_install: pip install cython
|
before_install: pip install cython
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue