From dba46d099b4755f379cb96b35b0dd2d22a60701e Mon Sep 17 00:00:00 2001 From: Thomas Nixon Date: Sun, 9 Sep 2018 00:02:29 +0100 Subject: [PATCH] Try to fix non-deterministic build fail on travis This was sometimes failing with a long traceback including `AttributeError: _DistInfoDistribution__dep_map` when trying to upgrade pytest, which can apparently be solved by upgrading pip. We'll see. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a515508..7097c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ python: - pypy install: + - pip install --upgrade pip - pip install --upgrade pytest - pip install coveralls