Added python 3.8 to tests.
This commit is contained in:
parent
8c06d1c769
commit
ec62c947d5
|
@ -17,6 +17,12 @@ matrix:
|
|||
dist: xenial
|
||||
language: python
|
||||
sudo: required
|
||||
- python: "3.8"
|
||||
env:
|
||||
- TOX_ENV=py38
|
||||
dist: xenial
|
||||
language: python
|
||||
sudo: required
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
|
|
1
setup.py
1
setup.py
|
@ -67,6 +67,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: Software Development :: Build Tools',
|
||||
],
|
||||
license=__license__,
|
||||
|
|
Loading…
Reference in New Issue