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