Skip to content

Commit

Permalink
Move command for v1 back into testenv so that we have a default
Browse files Browse the repository at this point in the history
(We have a jenkins build that creates a [testenv:jenkins] so it needs
there to be a default value
  • Loading branch information
abadger committed Apr 14, 2015
1 parent b4437eb commit 0da7834
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
envlist = {py26,py27}-v{1}

[testenv]
commands = make tests
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = make

[testenv:py26-v1]
commands = make tests

[testenv:py27-v1]
commands = make tests

[testenv:py26-v2]
deps = -r{toxinidir}/v2/test-requirements.txt
commands = make newtests

[testenv:py27-v2]
deps = -r{toxinidir}/v2/test-requirements.txt
commands = make newtests

[testenv:py34-v2]
deps = -r{toxinidir}/v2/test-requirements.txt
commands = make newtests

0 comments on commit 0da7834

Please sign in to comment.