From: Bob Halley Date: Tue, 23 Jun 2020 01:58:56 +0000 (-0700) Subject: try again to get a later pytest on travis python 3.6 and 3.7 X-Git-Tag: v2.0.0rc2~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5cd2be5bbd70ea27516d04592797e475baa589b;p=thirdparty%2Fdnspython.git try again to get a later pytest on travis python 3.6 and 3.7 --- 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