Skip to content

Commit

Permalink
Improvements from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Dec 10, 2020
1 parent 4d3741b commit 3cd0628
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
# tox-gh-actions will only run the tox environments which match the currently
# running python-version. See [gh-actions] in tox.ini for the mapping
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ dist
_build
*.egg-info/
.coverage
.python-version
4 changes: 4 additions & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
3.9.0
3.8.6
3.7.9
3.6.12

0 comments on commit 3cd0628

Please sign in to comment.