diff --git a/tox.ini b/tox.ini index 535b67d3b9..c5d018aeea 100644 --- a/tox.ini +++ b/tox.ini @@ -22,11 +22,12 @@ setenv = # These should probably be individually annotated to explain what needs them. passenv=APPDATA HOMEDRIVE HOMEPATH windir Program* CommonProgram* VS* APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED commands = pytest {posargs} -usedevelop=True +usedevelop= + native: False + !native: True extras = tests - [testenv:coverage] description=Combine coverage data and create report deps=coverage