Skip to content

Commit

Permalink
Merge bc8cd04 into b041538
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 1, 2021
2 parents b041538 + bc8cd04 commit 40e21c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
dist: xenial
dist: focal

language: python
python:
- 3.7
- 3.8
- 3.9
- "3.7"
- "3.8"
- "3.9"
- "3.10.0"

cache:
pip: true
directories:
- ${VIRTUAL_ENV}

before_install:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- source $HOME/.poetry/env
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
- make doctor

install:
Expand Down
2 changes: 1 addition & 1 deletion .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = GNU Make
[Python]

cli = python
version = 3.7 || 3.8
version = 3.7 || 3.8 || 3.9 || 3.10

[Poetry]

Expand Down

0 comments on commit 40e21c3

Please sign in to comment.