chg: [travis] Require Python 3.6 to make build faster.

This commit is contained in:
Steve Clement 2019-05-01 20:17:53 +09:00
parent e5616312d9
commit 1b5e4f1bcb

View file

@ -1,7 +1,7 @@
language: python
python:
- "3.5"
- "3.6"
sudo: required