summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 535b67d3..c5d018ae 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