Skip to content

Commit 0c4664c

Browse files
author
Ryan P Kilby
committed
Update support builds to use py36
1 parent eec51f6 commit 0c4664c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ deps =
3838
-rrequirements/requirements-optionals.txt
3939

4040
[testenv:lint]
41-
basepython = python2.7
4241
commands = ./runtests.py --lintonly
4342
deps =
4443
-rrequirements/requirements-codestyle.txt
4544
-rrequirements/requirements-testing.txt
4645

4746
[testenv:docs]
48-
basepython = python2.7
4947
commands = mkdocs build
5048
deps =
5149
-rrequirements/requirements-testing.txt

0 commit comments

Comments
 (0)