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 091201f commit e51bcd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ before_install:
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
rvm get stable
pip3 install --user --upgrade pip virtualenv
virtualenv3 -p python$PYTHON venv
source venv3/bin/activate
virtualenv -p python3 venv
source venv/bin/activate
else
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
Expand Down

0 comments on commit e51bcd9

Please sign in to comment.