Skip to content

Commit

Permalink
.travis.yml pytest remove 3.7, add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 21, 2022
1 parent b6fe418 commit d822dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ git:
depth: 1
matrix:
include:
- name: "3.7 pytest"
python: 3.7
dist: xenial
- name: "3.8 pytest"
python: 3.8
dist: xenial
Expand All @@ -30,6 +27,9 @@ matrix:
- name: "3.10 pytest"
python: 3.10
dist: focal
- name: "3.11 pytest"
python: 3.11
dist: jammy
install:
- pip install pipenv
- pipenv install --dev
Expand Down

0 comments on commit d822dd9

Please sign in to comment.