From 489a9d57748e08d48b58be1e37ae32b1ab74eaba Mon Sep 17 00:00:00 2001 From: Jose Gomez-Dans Date: Wed, 17 Jan 2018 11:55:40 +0000 Subject: [PATCH] travis fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8da6e73..f2471dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - source activate test - pip install -U codecov - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then - pip install -U backports.functools_lru_cache + pip install -U backports.functools_lru_cache; fi - python setup.py install