Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pytest-xdist-1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Jun 19, 2020
2 parents d6370a3 + 5c81b78 commit ac03664
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-10.14, ubuntu-18.04]
python: ["3.6", "3.7"]
python: ["3.6", "3.7", "3.8"]

steps:
- uses: actions/checkout@v2.1.0
Expand Down
5 changes: 3 additions & 2 deletions .python-version
@@ -1,2 +1,3 @@
3.7.3
3.6.8
3.8.3
3.7.7
3.6.10
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,14 +1,16 @@
[tox]
isolated_build = true
envlist = py36, py37, flake8
envlist = py36, py37, py38, flake8

[travis]
python =
3.8: py38
3.7: py37
3.6: py36

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

Expand Down

0 comments on commit ac03664

Please sign in to comment.