Skip to content

Commit

Permalink
Merge pull request #51 from jdufresne/py38
Browse files Browse the repository at this point in the history
Add testing and support for Python 3.8
  • Loading branch information
pwaller authored Apr 19, 2020
2 parents 62b99c7 + 811ff11 commit babcfaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: python
cache: pip

Expand All @@ -16,8 +15,8 @@ matrix:
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: required
- python: "3.8"
env: TOXENV=py38

install: pip install tox
script: tox
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def readall(path):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Desktop Environment :: K Desktop Environment (KDE)",
"Topic :: Software Development",
"Topic :: Software Development :: Quality Assurance",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
flake8
isort
py{27,34,35,36,37}
py{27,34,35,36,37,38}

[testenv]
commands = python setup.py test
Expand Down

0 comments on commit babcfaf

Please sign in to comment.