Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit ae5417b

Browse files
author
Jason Costello
committed
[WIP] Tweaks to get tox to run on Actions
1 parent 3d732ee commit ae5417b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.6, 3.7, 3.8]
14+
python-version: [3.6, 3.7, 3.8, 3.9]
1515

1616
steps:
1717
- uses: actions/checkout@v2

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[tox]
2-
envlist = py36,py37,py38,py39
3-
41
[testenv]
52
deps = .[dev]
63
commands = pytest

0 commit comments

Comments
 (0)