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 ea07b64 commit 091201f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ before_install:
rvm get stable
pip3 install --user --upgrade pip virtualenv
virtualenv3 -p python$PYTHON venv
source venv3/bin/activate
else
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
source venv/bin/activate
fi
source venv/bin/activate
install:
- |
Expand Down

0 comments on commit 091201f

Please sign in to comment.