Skip to content

Commit

Permalink
Test on Python 3.8 and 3.9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Viktorin authored and Petr Viktorin committed Jan 29, 2020
1 parent 9cd5d98 commit 860ea96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,20 @@ matrix:
- WITH_GCOV=1
dist: xenial
sudo: true
- python: 3.8-dev
- python: 3.8
env:
- TOXENV=py38
- CFLAGS_std="-std=c99"
- WITH_GCOV=1
dist: xenial
sudo: true
- python: 3.9-dev
env:
- TOXENV=py39
- CFLAGS_std="-std=c99"
- WITH_GCOV=1
dist: xenial
sudo: true
- python: 2.7
env:
- TOXENV=py2-nosasltls
Expand All @@ -61,7 +68,7 @@ matrix:
env: TOXENV=doc
allow_failures:
- env:
- TOXENV=py38
- TOXENV=py39
- CFLAGS_std="-std=c99"
- WITH_GCOV=1
- env:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class OpenLDAP2:
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
# Note: when updating Python versions, also change .travis.yml and tox.ini

'Topic :: Database',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
# Note: when updating Python versions, also change setup.py and .travis.yml
envlist = py27,py34,py35,py36,py37,py38,{py2,py3}-nosasltls,doc,py3-trace,coverage-report
envlist = py27,py34,py35,py36,py37,py38,py39,{py2,py3}-nosasltls,doc,py3-trace,coverage-report
minver = 1.8

[testenv]
Expand Down

0 comments on commit 860ea96

Please sign in to comment.