Commit 291ce06 1 parent 2c8bd97 commit 291ce06 Copy full SHA for 291ce06
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- python :
4
- - " 3.7-dev"
5
- env :
6
- - COVERAGE="no"
7
-
8
3
matrix :
9
4
include :
10
5
- python : 3.6
6
+ env : COVERAGE="no"
7
+ - python : 3.7
11
8
env : COVERAGE="yes"
12
-
9
+ - python : 3.8
10
+ env : COVERAGE="no"
13
11
14
12
before_install :
15
13
- pip install --upgrade pip setuptools
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ def get_datafiles():
127
127
"License :: OSI Approved :: BSD License" ,
128
128
"Programming Language :: Python :: 3.6" ,
129
129
"Programming Language :: Python :: 3.7" ,
130
+ "Programming Language :: Python :: 3.8" ,
130
131
"Operating System :: MacOS :: MacOS X" ,
131
132
"Operating System :: Microsoft :: Windows" ,
132
133
"Operating System :: POSIX :: BSD :: FreeBSD" ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py36, py37
2
+ envlist = py36, py37, py38
3
3
4
4
[testenv]
5
5
commands = {envpython} setup.py test
You can’t perform that action at this time.
0 commit comments