From 21b759315fae5f8c91ca22322a05b18e12f838fe Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 23 Apr 2019 22:42:30 -0400 Subject: [PATCH] Don't use editable mode as it is not supported --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7e63efd87..08354bfb2 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,6 @@ commands_pre = commands = pytest --timeout 300 [] install_command = {[helpers]pip} install {opts} {packages} list_dependencies_command = {[helpers]pip} freeze --all -usedevelop = True [testenv:coverage-py3] basepython = python3