Skip to content

Commit

Permalink
Merge pull request #81 from bast/pipenv-workaround
Browse files Browse the repository at this point in the history
workaround for pipenv install error; fixes #80
  • Loading branch information
robertodr authored Nov 26, 2018
2 parents 2a6acce + 7e0bfd6 commit 025d2e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ install:
brew upgrade cmake python
brew install gcc pipenv swig
elif [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
pip install --user pipenv --upgrade
# pip install --user pipenv --upgrade
# https://github.com/pypa/pipenv/issues/3224
pip install --user --upgrade -e git+https://github.com/pypa/pipenv.git#egg=pipenv
fi
- pipenv $PYTHON install

Expand Down

0 comments on commit 025d2e8

Please sign in to comment.