From: Daniel Hahler Date: Sat, 30 Mar 2019 17:30:31 +0000 (+0100) Subject: :construction_worker: Set Travis to use dist=xenial and Python 3.7 instead of 3.7... X-Git-Tag: 0.10.3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae970638cf051321294d6e41ace5203e734012ae;p=thirdparty%2Ffastapi%2Ffastapi.git :construction_worker: Set Travis to use dist=xenial and Python 3.7 instead of 3.7-dev (#92) --- diff --git a/.travis.yml b/.travis.yml index 4445d361ac..e97301248a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ +dist: xenial + language: python cache: pip python: - "3.6" - - "3.7-dev" + - "3.7" install: - pip install flit