Skip to content

Commit

Permalink
try using focal dist for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 7, 2024
1 parent 025d099 commit 5c2d2bf
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
os: linux
dist: focal
language: python

matrix:
include:
- python: 3.9
dist: xenial
sudo: true
- python: 3.10
dist: xenial
sudo: true
- python: 3.11
dist: xenial
sudo: true
- python: 3.12
dist: xenial
sudo: true
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

install:
- pip install -r requirements-dev.txt
Expand Down

0 comments on commit 5c2d2bf

Please sign in to comment.