Skip to content

Commit

Permalink
added benchmark environments to tox.ini for py33, py34, py35
Browse files Browse the repository at this point in the history
  • Loading branch information
daa committed Jul 24, 2017
1 parent fc4b68d commit c2472d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ commands = pytest --benchmark-only benchmark/
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}

[testenv:py33-benchmark]
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}

[testenv:py34-benchmark]
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}

[testenv:py35-benchmark]
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}

[testenv:py36-benchmark]
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}
Expand Down

0 comments on commit c2472d3

Please sign in to comment.