Merge pull request #537 from kgriffs/chore

chore: Do not profile code for regular py27 env
This commit is contained in:
John Vrbanac
2015-05-03 16:21:39 -05:00

View File

@@ -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 \