File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ matrix:
21
21
- { python: "3.7", env: DJANGO=2.2 }
22
22
- { python: "3.7", env: DJANGO=master }
23
23
24
- - { python: "3.7", env: TOXENV=base }
25
- - { python: "3.7", env: TOXENV=lint }
26
- - { python: "3.7", env: TOXENV=docs }
24
+ - { python: "3.8", env: DJANGO=master }
27
25
28
- - python : " 3.7"
26
+ - { python: "3.8", env: TOXENV=base }
27
+ - { python: "3.8", env: TOXENV=lint }
28
+ - { python: "3.8", env: TOXENV=docs }
29
+
30
+ - python : " 3.8"
29
31
env : TOXENV=dist
30
32
script :
31
33
- python setup.py bdist_wheel
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ def get_version(package):
101
101
'Programming Language :: Python :: 3.5' ,
102
102
'Programming Language :: Python :: 3.6' ,
103
103
'Programming Language :: Python :: 3.7' ,
104
+ 'Programming Language :: Python :: 3.8' ,
104
105
'Programming Language :: Python :: 3 :: Only' ,
105
106
'Topic :: Internet :: WWW/HTTP' ,
106
107
],
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ envlist =
4
4
{py35,py36,py37}-django20,
5
5
{py35,py36,py37}-django21
6
6
{py35,py36,py37}-django22
7
- {py36,py37}-djangomaster,
7
+ {py36,py37,py38 }-djangomaster,
8
8
base,dist,lint,docs,
9
9
10
10
[travis:env]
@@ -44,14 +44,12 @@ deps =
44
44
-rrequirements/requirements-optionals.txt
45
45
46
46
[testenv:lint]
47
- basepython = python3.7
48
47
commands = ./runtests.py --lintonly
49
48
deps =
50
49
-rrequirements/requirements-codestyle.txt
51
50
-rrequirements/requirements-testing.txt
52
51
53
52
[testenv:docs]
54
- basepython = python3.7
55
53
skip_install = true
56
54
commands = mkdocs build
57
55
deps =
You can’t perform that action at this time.
0 commit comments