Adds 3.7 stable and 3.8-dev to travis.

This commit is contained in:
Romain Dorgueil
2019-06-09 15:41:48 +02:00
parent 29d07aa5f1
commit a27515484a

View File

@ -1,11 +1,13 @@
dist: xenial
language: python
python:
- 3.5
- 3.5-dev
- 3.6
- 3.6-dev
# - 3.7
- 3.7
- 3.7-dev
- 3.8-dev
- nightly
install:
- make install-dev