File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11language : python
22
3- python :
4- - " 3.7-dev"
5- env :
6- - COVERAGE="no"
7-
83matrix :
94 include :
105 - python : 3.6
6+ env : COVERAGE="no"
7+ - python : 3.7
118 env : COVERAGE="yes"
12-
9+ - python : 3.8
10+ env : COVERAGE="no"
1311
1412before_install :
1513 - pip install --upgrade pip setuptools
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ def get_datafiles():
127127 "License :: OSI Approved :: BSD License" ,
128128 "Programming Language :: Python :: 3.6" ,
129129 "Programming Language :: Python :: 3.7" ,
130+ "Programming Language :: Python :: 3.8" ,
130131 "Operating System :: MacOS :: MacOS X" ,
131132 "Operating System :: Microsoft :: Windows" ,
132133 "Operating System :: POSIX :: BSD :: FreeBSD" ,
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py36, py37
2+ envlist = py36, py37, py38
33
44[testenv]
55commands = {envpython} setup.py test
You can’t perform that action at this time.
0 commit comments