[Mod] make travis-ci use python3.6 instead of python3.7-dev

This commit is contained in:
nanoric 2019-01-24 09:22:12 -04:00
parent a3d3d2b9e7
commit 39306104fd

View File

@ -1,6 +1,6 @@
language: python
python:
- "3.7-dev"
- "3.6"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt