From 5c2a0444c456327eb3bbb5479e5b2a104789cf62 Mon Sep 17 00:00:00 2001 From: jlnav Date: Thu, 9 Jan 2020 10:49:25 -0600 Subject: [PATCH] try even older version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8893c34666..22eda3e404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ install: - conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI - pip install flake8 # Conda installs downgrade pytest on python3.4 - pip install DFO-LS - - pip install coverage==5.0 + - pip install coverage==4.5.4 - pip install pytest - pip install pytest-cov - pip install pytest-timeout