Skip to content

Commit

Permalink
Back out Python 3.9 for now
Browse files Browse the repository at this point in the history
py.test doesn't work with newer Ubuntu or Python 3.9
for some reason. Back it out for now.
  • Loading branch information
benmwebb committed Nov 13, 2020
1 parent ea78ea2 commit 2f9323d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
os: linux
language: python
dist: focal
dist: bionic
python:
- 3.6
- 3.7
- 3.8
- 3.9
addons:
apt:
packages:
Expand Down

0 comments on commit 2f9323d

Please sign in to comment.