Skip to content

Commit

Permalink
try installing newer wrapt for py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Feb 13, 2020
1 parent d713b62 commit cc77c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:
# of this when using py3.6+
if [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then
pip install setuptools --upgrade
pip install wrapt --upgrade
fi
- |
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand Down

0 comments on commit cc77c6f

Please sign in to comment.