summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 9cc1b6d..869c922 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = qa,py36,py37,py38,py39,pypy3
+envlist = qa,py36,py37,py38,py39,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses
skip_missing_interpreters = True
# we operate on sources anyway
skipsdist = True
@@ -16,8 +16,10 @@ deps =
pytest
pytest-cov
pytest-xdist
- requests
- responses
+ !norequests: requests
+ !noresponses: responses
+setenv =
+ nogpg: GNUPG = wrong-command
commands =
pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs}