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
|
||||
nosetests {posargs}
|
||||
|
||||
[testenv:py27]
|
||||
|
||||
[testenv:py27_profile]
|
||||
deps = -r{toxinidir}/tools/test-requires
|
||||
nose-cprof
|
||||
basepython = python2.7
|
||||
commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon
|
||||
nosetests \
|
||||
--with-cprofile \
|
||||
|
||||
Reference in New Issue
Block a user