Skip to content

Commit

Permalink
Fix travis nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Oct 19, 2016
1 parent accd403 commit a625ead
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 @@ -89,7 +89,8 @@ before_install:
- |
# Install into our own pristine virtualenv
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
virtualenv --python=python venv
pip install --upgrade virtualenv
python -m virtualenv venv
source venv/bin/activate
export PATH=/usr/lib/ccache:$PATH
else
Expand Down

0 comments on commit a625ead

Please sign in to comment.