Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a625ead

Browse filesBrowse files
committed
Fix travis nightly build
1 parent accd403 commit a625ead
Copy full SHA for a625ead

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ before_install:
8989
- |
9090
# Install into our own pristine virtualenv
9191
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
92-
virtualenv --python=python venv
92+
pip install --upgrade virtualenv
93+
python -m virtualenv venv
9394
source venv/bin/activate
9495
export PATH=/usr/lib/ccache:$PATH
9596
else

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.