Skip to content

Commit

Permalink
Merge pull request #537 from kgriffs/chore
Browse files Browse the repository at this point in the history
chore: Do not profile code for regular py27 env
  • Loading branch information
jmvrbanac committed May 3, 2015
2 parents 0af00af + 4816a18 commit 3791b3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3791b3a

Please sign in to comment.