Skip to content

Commit

Permalink
Add 'native' factor to test as installed. Ref #2318.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 31, 2020
1 parent 17cb9d6 commit 645bda8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 645bda8

Please sign in to comment.