Skip to content

Commit ebe7fbc

Browse files
author
Ryan P Kilby
committed
Update support builds to use py36
1 parent 4c4170d commit ebe7fbc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ matrix:
2020
- { python: "3.6", env: DJANGO=master }
2121
- { python: "3.6", env: DJANGO=1.11 }
2222
- { 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 }
2525

2626
- python: "3.6"
2727
env: TOXENV=dist
@@ -30,7 +30,7 @@ matrix:
3030
- tox
3131
- tox --installpkg ./dist/djangorestframework-*.whl
3232

33-
- python: "2.7"
33+
- python: "3.6"
3434
env: TOXENV=readme
3535
addons:
3636
apt_packages: pandoc

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ deps =
4040
-rrequirements/requirements-optionals.txt
4141

4242
[testenv:lint]
43-
basepython = python2.7
4443
commands = ./runtests.py --lintonly
4544
deps =
4645
-rrequirements/requirements-codestyle.txt
4746
-rrequirements/requirements-testing.txt
4847

4948
[testenv:docs]
50-
basepython = python2.7
5149
commands = mkdocs build
5250
deps =
5351
-rrequirements/requirements-testing.txt

0 commit comments

Comments
 (0)