Skip to content

Commit

Permalink
Remove darwin from run.sh (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed May 26, 2019
1 parent 6659f21 commit ac270ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,5 @@
set -e
set -x

init_pyenv () {
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
}

if [[ "$(uname -s)" == "Darwin" ]]; then
init_pyenv
fi

source ~/.venv/bin/activate
tox

0 comments on commit ac270ba

Please sign in to comment.