Update travis CI
This commit is contained in:
parent
b76b2ebfc4
commit
3c8fb156ad
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7-dev"
|
- "3.7"
|
||||||
|
- "3.8-dev"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
|
|
Loading…
Reference in a new issue