Skip to content

Commit

Permalink
Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnass committed Feb 10, 2020
1 parent 2c8bd97 commit 291ce06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: python

python:
- "3.7-dev"
env:
- COVERAGE="no"

matrix:
include:
- python: 3.6
env: COVERAGE="no"
- python: 3.7
env: COVERAGE="yes"

- python: 3.8
env: COVERAGE="no"

before_install:
- pip install --upgrade pip setuptools
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def get_datafiles():
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: BSD :: FreeBSD",
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 = py36, py37
envlist = py36, py37, py38

[testenv]
commands = {envpython} setup.py test
Expand Down

0 comments on commit 291ce06

Please sign in to comment.