From a7c5585cde6597c14fbd30cab63e2c02e2fecedf Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 22 Jun 2020 18:55:39 -0700 Subject: [PATCH] try to get a later pytest on travis python 3.6 and 3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 590704c0..c20c5951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ branches: except: - python3 install: + - pip install --update 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