summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-07-12 11:50:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-07-12 11:50:02 -0400
commit09994cea7c94b8594887814b29fd18fcdad81de8 (patch)
tree35cd6bff00ab4defe27929e1e981fef3c2fdb0f1
parentc19572a34a7af9fcac89b8f18fd4549a87d5b6e1 (diff)
downloadcherrypy-git-feature/skeleton.tar.gz
Allow test suite to detect presence of CI.feature/skeleton
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d6580f03..550b36ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =
+passenv =
+ CI
commands =
pytest {posargs}
usedevelop = True