summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-08-31 18:49:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-08-31 18:49:35 -0400
commit645bda8220d80f402a7b7d8e04588bc8906cab59 (patch)
tree396aacc9fd37498a49af2290476a7e4963d619b7
parent17cb9d6bf249cefe653d3bdb712582409035a7db (diff)
downloadpython-setuptools-git-feature/test-as-installed.tar.gz
Add 'native' factor to test as installed. Ref #2318.feature/test-as-installed
-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