瀏覽代碼

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 年之前
父節點
當前提交
dde9abf529
共有 1 個文件被更改,包括 3 次插入0 次删除
  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