Skip to content

Commit

Permalink
Fix WARNING:test command found but not installed in testenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesfabio committed Mar 25, 2015
1 parent 6c2ae8a commit 4caee70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ envlist =
py26-1.5.X, py26-1.6.X, py27-1.5.X, py27-1.6.X, py27-1.7.X, py33-1.5.X, py33-1.6.X, py33-1.7.X, py34-1.5.X, py34-1.6.X, py34-1.7.X
downloadcache = .tox/_download/

[testenv]
whitelist_externals=*

[testenv:py26-1.5.X]
basepython = python2.6
commands =
Expand Down

0 comments on commit 4caee70

Please sign in to comment.