| ... | ... |
@@ -8,7 +8,8 @@ usedevelop = False |
| 8 | 8 |
install_command = pip install {opts} {packages}
|
| 9 | 9 |
|
| 10 | 10 |
[testenv:bashate] |
| 11 |
-deps = bashate |
|
| 11 |
+deps = |
|
| 12 |
+ {env:BASHATE_INSTALL_PATH:bashate==0.3.1}
|
|
| 12 | 13 |
whitelist_externals = bash |
| 13 | 14 |
commands = bash -c "find {toxinidir} \
|
| 14 | 15 |
-not \( -type d -name .?\* -prune \) \ # prune all 'dot' dirs |