mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 21:40:13 +03:00
Merge eb05e93a46
into 3a71b6c9f5
This commit is contained in:
commit
4f19e1d1b3
2
tox.ini
2
tox.ini
|
@ -1,4 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
|
skipsdist=True
|
||||||
envlist =
|
envlist =
|
||||||
py27-{flake8,docs},
|
py27-{flake8,docs},
|
||||||
{py26,py27}-django14,
|
{py26,py27}-django14,
|
||||||
|
@ -6,6 +7,7 @@ envlist =
|
||||||
{py27,py32,py33,py34}-django{17,18alpha}
|
{py27,py32,py33,py34}-django{17,18alpha}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
skipsdist=True
|
||||||
commands = ./runtests.py --fast
|
commands = ./runtests.py --fast
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user