Skip to content

Commit

Permalink
travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Jan 17, 2018
1 parent c8999b3 commit 489a9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 489a9d5

Please sign in to comment.