diff options
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |