Skip to content

Commit

Permalink
Merge pull request #703 from OpenIDC/python3.8
Browse files Browse the repository at this point in the history
Test under python 3.8 in travis and appveyor
  • Loading branch information
tpazderka authored Oct 30, 2019
2 parents 575e53d + 34f68f6 commit 454c868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ matrix:
# Add python 3.7
- python: 3.7
env: TOXENV=py37
# Add python 3.8
- python: 3.8
env: TOXENV=py38
- install:
- docker-compose -f docker/docker-compose.yml up -d
script:
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 = py{35,36,37},docs,quality
envlist = py{35,36,37,38},docs,quality

[testenv]
passenv = CI TRAVIS TRAVIS_*
Expand Down

0 comments on commit 454c868

Please sign in to comment.