Skip to content

Commit

Permalink
Merge pull request #277 from mtreinish/add-3.8-support
Browse files Browse the repository at this point in the history
Add Python 3.8 support
  • Loading branch information
mtreinish authored Oct 29, 2019
2 parents ed3e040 + adee4d5 commit 46de174
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- os: linux
python: 3.8
env: TOXENV=py38
- os: linux
dist: xenial
python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
pip install -U tox
displayName: 'Install dependencies'
- script: tox -e py
displayName: 'Run Tox'
displayName: 'Run Tox'
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
project_urls =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py37,py36,py35,py34,py27,pep8
envlist = py38,py37,py36,py35,py34,py27,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 46de174

Please sign in to comment.