| commit | 0ba18481672964808bbbc4160643387dc931c654 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Oct 16 14:00:02 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Oct 16 14:00:02 2015 +0000 |
| tree | 7c0b1e392be43b6df8f3bdbc221e7a99ffc3eb0c | |
| parent | 5ed8af671328a0f9824bb33f9c637cc779a83ae3 [diff] | |
| parent | b14f96fb7aa9512d17399eb38024af652df7bc11 [diff] |
Merge "Pin bashate and allow for substitution"
diff --git a/tox.ini b/tox.ini index 1c238ad..0df9877 100644 --- a/tox.ini +++ b/tox.ini
@@ -8,7 +8,8 @@ install_command = pip install {opts} {packages} [testenv:bashate] -deps = bashate +deps = + {env:BASHATE_INSTALL_PATH:bashate==0.3.1} whitelist_externals = bash commands = bash -c "find {toxinidir} \ -not \( -type d -name .?\* -prune \) \ # prune all 'dot' dirs