File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ matrix:
20
20
- { python: "3.6", env: DJANGO=master }
21
21
- { python: "3.6", env: DJANGO=1.11 }
22
22
- { python: "3.6", env: DJANGO=2.0 }
23
- - { python: "2.7 ", env: TOXENV=lint }
24
- - { python: "2.7 ", env: TOXENV=docs }
23
+ - { python: "3.6 ", env: TOXENV=lint }
24
+ - { python: "3.6 ", env: TOXENV=docs }
25
25
26
26
- python : " 3.6"
27
27
env : TOXENV=dist
@@ -30,7 +30,7 @@ matrix:
30
30
- tox
31
31
- tox --installpkg ./dist/djangorestframework-*.whl
32
32
33
- - python : " 2.7 "
33
+ - python : " 3.6 "
34
34
env : TOXENV=readme
35
35
addons :
36
36
apt_packages : pandoc
Original file line number Diff line number Diff line change @@ -38,14 +38,12 @@ deps =
38
38
-rrequirements/requirements-optionals.txt
39
39
40
40
[testenv:lint]
41
- basepython = python2.7
42
41
commands = ./runtests.py --lintonly
43
42
deps =
44
43
-rrequirements/requirements-codestyle.txt
45
44
-rrequirements/requirements-testing.txt
46
45
47
46
[testenv:docs]
48
- basepython = python2.7
49
47
commands = mkdocs build
50
48
deps =
51
49
-rrequirements/requirements-testing.txt
You can’t perform that action at this time.
0 commit comments