Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents accd403 + a625ead commit e9fa789Copy full SHA for e9fa789
1 file changed
.travis.yml
@@ -89,7 +89,8 @@ before_install:
89
- |
90
# Install into our own pristine virtualenv
91
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
92
- virtualenv --python=python venv
+ pip install --upgrade virtualenv
93
+ python -m virtualenv venv
94
source venv/bin/activate
95
export PATH=/usr/lib/ccache:$PATH
96
else
0 commit comments