Skip to content

Commit

Permalink
Wine is not ready for Ubuntu bionic or focal
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 7, 2020
1 parent aa4afbe commit 00d0220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: linux
dist: bionic # focal
dist: focal
language: python

lint_steps: &lint_steps
Expand All @@ -11,6 +11,7 @@ lint_steps: &lint_steps
jobs:
include:
- name: "Test and deploy on Python 2.7"
dist: xenial # Wine is not ready for Ubuntu bionic or focal
python: '2.7'
- name: "Build on Python 2.7 on macOS"
os: osx
Expand Down

0 comments on commit 00d0220

Please sign in to comment.