]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try to get a later pytest on travis python 3.6 and 3.7
authorBob Halley <halley@dnspython.org>
Tue, 23 Jun 2020 01:55:39 +0000 (18:55 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 23 Jun 2020 01:55:39 +0000 (18:55 -0700)
.travis.yml

index 590704c0afdd529ba456548db844a8a2a13cb529..c20c595193fba29259a7a3179756e751f0fb789b 100644 (file)
@@ -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