Skip to content

Commit

Permalink
Merge pull request #97 from drnlm/bugs/workaround_setuptools_python_3…
Browse files Browse the repository at this point in the history
….7_bug

Force later setuptools version for nightly build
  • Loading branch information
drnlm authored Feb 25, 2018
2 parents dcad55d + 0b15fdb commit 4be3e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ before_install:
virtualenv -p /usr/bin/pypy $VPATH
source $VPATH/bin/activate
fi
# This is a workaround until setuptools with the fix is standard
if [ "$TRAVIS_PYTHON_VERSION" = "nightly" ]; then
pip install setuptools==38.5.1
fi
install: pip install -e .
script:
Expand Down

0 comments on commit 4be3e19

Please sign in to comment.