mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-26 09:14:34 +03:00
Merge pull request #3606 from ryanhiebert/tox-no-basepython
Don't specify unnecessary basepython
This commit is contained in:
commit
944a1711ec
7
tox.ini
7
tox.ini
|
@ -8,13 +8,6 @@ envlist =
|
||||||
{py27,py34,py35}-django{19}
|
{py27,py34,py35}-django{19}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
|
||||||
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
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user