Update travis CI

This commit is contained in:
mathieui 2018-08-11 13:03:56 +02:00
parent b76b2ebfc4
commit 3c8fb156ad
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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