Browse Source

travis-ci: dist xenial to fix build for python >= 3.7

https://docs.travis-ci.com/user/languages/python/#python-37-and-higher
Fabian Peter Hammerle 5 years ago
parent
commit
dde9abf529
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -8,6 +8,9 @@ python:
 - 3.7
 - 3.7-dev
 
+# required for python >= 3.7
+dist: xenial
+
 install:
 - pip install pipenv
 - pipenv sync --dev