👷 Set Travis to use dist=xenial and Python 3.7 instead of 3.7-dev (#92)

This commit is contained in:
Daniel Hahler 2019-03-30 18:30:31 +01:00 committed by Sebastián Ramírez
parent deae92bba1
commit ae970638cf
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
dist: xenial
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
- "3.7"
install:
- pip install flit