test python 3.7 instead of 3.6

This commit is contained in:
Heng Li 2019-05-11 20:05:06 -04:00
parent 05974c80f1
commit 4bd5a018c2
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.6"
python: "3.7"
before_install: pip install cython
script: python setup.py build_ext