mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 14:24:48 +03:00
Set basepython for all envs
This commit is contained in:
parent
cfbefbd5e4
commit
2c2dfc6d01
7
tox.ini
7
tox.ini
|
@ -10,7 +10,12 @@ envlist =
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
py35: python3.5
|
py26: python2.6
|
||||||
|
py27: python2.7
|
||||||
|
py32: python3.2
|
||||||
|
py33: python3.3
|
||||||
|
py34: python3.4
|
||||||
|
py35: python3.5
|
||||||
|
|
||||||
|
|
||||||
commands = ./runtests.py --fast {posargs} --coverage
|
commands = ./runtests.py --fast {posargs} --coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user