chore: Do not profile code for regular py27 env
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -27,9 +27,11 @@ deps = -r{toxinidir}/tools/test-requires
|
|||||||
commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon
|
commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon
|
||||||
nosetests {posargs}
|
nosetests {posargs}
|
||||||
|
|
||||||
[testenv:py27]
|
|
||||||
|
[testenv:py27_profile]
|
||||||
deps = -r{toxinidir}/tools/test-requires
|
deps = -r{toxinidir}/tools/test-requires
|
||||||
nose-cprof
|
nose-cprof
|
||||||
|
basepython = python2.7
|
||||||
commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon
|
commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon
|
||||||
nosetests \
|
nosetests \
|
||||||
--with-cprofile \
|
--with-cprofile \
|
||||||
|
|||||||
Reference in New Issue
Block a user