From 5d96305d0b1090d4eb96d37278be44333fdc4c77 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 26 Aug 2020 21:29:50 +0200 Subject: tox.ini: Tests on crippled envs as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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} -- cgit v1.2.3