Skip to content

Commit

Permalink
add py38 to tox envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
poipoii committed Apr 20, 2020
1 parent c0c1d5d commit de5afb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
test:
runs-on: ubuntu-18.04
strategy:
max-parallel: 3
matrix:
python-version: [2.7, 3.6, 3.7]
python-version: [2.7, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ matrix:
env: TEST_SUITE=suite_3_6
- python: "3.7"
env: TEST_SUITE=suite_3_7
- python: "3.8"
env: TEST_SUITE=suite_3_8
branches:
except:
- dev
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37,flake8
envlist = py27,py36,py37,py38,flake8
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit de5afb2

Please sign in to comment.