From 404e4e176cc6e219a70cb47d3dc94177f2514f6e Mon Sep 17 00:00:00 2001 From: pattonw Date: Fri, 8 Mar 2019 09:30:14 -0500 Subject: [PATCH] make tox work with setuptools_rust added usedevelop=True to [testenv] Following https://github.com/PyO3/setuptools-rust/issues/3 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 02ffeef..9e6022d 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,8 @@ deps = flake8 commands = flake8 pyn5 [testenv] +usedevelop = + True setenv = PYTHONPATH = {toxinidir} deps =