From f5cd2be5bbd70ea27516d04592797e475baa589b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 22 Jun 2020 18:58:56 -0700 Subject: [PATCH] try again to get a later pytest on travis python 3.6 and 3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c20c5951..b01b887c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: except: - python3 install: - - pip install --update pytest + - pip install --upgrade pytest - pip install typing coverage pytest pytest-cov cryptography idna requests requests-toolbelt trio curio script: - pytest --cov=dns --cov-report=xml:coverage.xml -- 2.47.3