diff --git a/tools/install_venv b/tools/install_venv index d872f53d..6a4aea2a 100755 --- a/tools/install_venv +++ b/tools/install_venv @@ -1,3 +1,3 @@ #!/bin/sh -tox -vvv -epep8 -- python --version +tox -vvv -evenv -- python --version