Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Boytsov authored and GitHub committed Apr 11, 2018
1 parent fcc67e6 commit 1c3136b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ before_install:
brew upgrade python
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
rvm get stable
brew link --overwrite python
brew link --overwrite pip
else
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
fi
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
source venv/bin/activate
Expand Down

0 comments on commit 1c3136b

Please sign in to comment.