From 85489eef8c6035937cd58e58972f4d7484b565e6 Mon Sep 17 00:00:00 2001 From: Thomas Cokelaer Date: Tue, 13 Mar 2018 18:36:35 +0100 Subject: [PATCH] fix easydev requirement --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b3129f..ecde8ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install grequests requests requests_cache - - pip install easydev>=0.9.34 beautifulsoup4 suds-jurko appdirs + - pip install easydev>=0.9.36 beautifulsoup4 suds-jurko appdirs - pip install coveralls coverage numpydoc sphinx-gallery - pip install pytest pytest-cov pytest-xdist pytest-mock pytest-timeout pytest-rerunfailures - pip install .