mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Remove basepython from tox
This commit is contained in:
parent
09411a0bb5
commit
df66f4d4df
6
tox.ini
6
tox.ini
|
@ -21,12 +21,6 @@ deps =
|
||||||
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
||||||
-rrequirements/requirements-testing.txt
|
-rrequirements/requirements-testing.txt
|
||||||
-rrequirements/requirements-optionals.txt
|
-rrequirements/requirements-optionals.txt
|
||||||
basepython =
|
|
||||||
py36: python3.6
|
|
||||||
py35: python3.5
|
|
||||||
py34: python3.4
|
|
||||||
py33: python3.3
|
|
||||||
py27: python2.7
|
|
||||||
|
|
||||||
[testenv:py27-lint]
|
[testenv:py27-lint]
|
||||||
commands = ./runtests.py --lintonly
|
commands = ./runtests.py --lintonly
|
||||||
|
|
Loading…
Reference in New Issue
Block a user