Skip to content

Commit

Permalink
use venv on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Feb 9, 2017
1 parent 179095e commit f13c2e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -ex

if [[ $JAPR_OS == "Darwin" ]]; then
export PATH=/Users/travis/build/squeaky-pl/japronto/venv/bin:$PATH
fi

if [[ $JAPR_WHEEL == "1" ]]; then
if [[ $JAPR_OS == "Linux" ]]; then
docker run --rm -u `id -u` -w /io -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /opt/python/$PYTHON_TAG/bin/python setup.py bdist_wheel
Expand Down

0 comments on commit f13c2e7

Please sign in to comment.