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 1c3136b commit 59d0956
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 @@ -37,10 +37,9 @@ before_install:
rvm get stable
else
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
fi
source venv/bin/activate
virtualenv -p python$PYTHON venv
source venv/bin/activate
fi
install:
- |
Expand Down

0 comments on commit 59d0956

Please sign in to comment.