Skip to content

Commit

Permalink
Updating tox.ini for gh-actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Mar 28, 2020
1 parent 9d9e622 commit 56bbb51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:

runs-on: ubuntu-latest
env:
USING_COVERAGE: "3.6,3.8"

strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ force_grid_wrap = 0
use_parentheses = True
line_length = 88

[gh-actions]
python =
3.5: py35
3.6: py36
3.7: py37
3.8: py38

[testenv]
passenv = CI TRAVIS TRAVIS_*
changedir = {toxinidir}/output-{envname}
Expand Down

0 comments on commit 56bbb51

Please sign in to comment.