test python 3.7 instead of 3.6
This commit is contained in:
parent
05974c80f1
commit
4bd5a018c2
|
|
@ -15,6 +15,6 @@ matrix:
|
|||
before_install: pip install cython
|
||||
script: python setup.py build_ext
|
||||
- language: python
|
||||
python: "3.6"
|
||||
python: "3.7"
|
||||
before_install: pip install cython
|
||||
script: python setup.py build_ext
|
||||
|
|
|
|||
Loading…
Reference in New Issue