| commit | bd499e01b67f2eb3cd9263f5d5d819fb118c5756 | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Thu Sep 20 14:12:52 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Thu Sep 20 15:14:41 2018 -0300 |
| tree | c4a17b10005ceee723823c148e4265dd662d37b6 | |
| parent | 7f11ecff803667fb5cd0e79389eece83ddc96c86 [diff] [blame] |
Fixes dependency error in setup.py Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/tox.ini b/tox.ini index ca49be9..4ef6a64 100644 --- a/tox.ini +++ b/tox.ini
@@ -25,7 +25,7 @@ # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. [tox] -envlist = py3, flake8 +envlist = py3 toxworkdir={homedir}/.tox [testenv]