File tree 2 files changed +3
-5
lines changed
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 @@ -40,14 +40,12 @@ deps =
40
40
-rrequirements/requirements-optionals.txt
41
41
42
42
[testenv:lint]
43
- basepython = python2.7
44
43
commands = ./runtests.py --lintonly
45
44
deps =
46
45
-rrequirements/requirements-codestyle.txt
47
46
-rrequirements/requirements-testing.txt
48
47
49
48
[testenv:docs]
50
- basepython = python2.7
51
49
commands = mkdocs build
52
50
deps =
53
51
-rrequirements/requirements-testing.txt
You can’t perform that action at this time.
0 commit comments