diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-31 18:49:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-31 18:49:35 -0400 |
commit | 645bda8220d80f402a7b7d8e04588bc8906cab59 (patch) | |
tree | 396aacc9fd37498a49af2290476a7e4963d619b7 | |
parent | 17cb9d6bf249cefe653d3bdb712582409035a7db (diff) | |
download | python-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.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 |