Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sudo to install pip package in Travis-CI #572

Merged
merged 1 commit into from
Oct 2, 2017
Merged

Use sudo to install pip package in Travis-CI #572

merged 1 commit into from
Oct 2, 2017

Conversation

JeanFred
Copy link
Contributor

@JeanFred JeanFred commented Oct 2, 2017

This has started failing with variations on:

OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pytz-2017.2.dist-info'

Executing under sudo is hardly a solution, but a suggested workaround
per travis-ci/travis-ci#1705
(and we are doing it already to install tox)

This has started failing with variations on:
```
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pytz-2017.2.dist-info'
```

Executing under sudo is hardly a solution, but a suggested workaround
per travis-ci/travis-ci#1705
(and we are doing it already to install tox)
@JeanFred JeanFred requested a review from frankh October 2, 2017 13:19
@codecov-io
Copy link

codecov-io commented Oct 2, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@6a9eff8). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #572   +/-   ##
=========================================
  Coverage          ?   79.76%           
=========================================
  Files             ?       43           
  Lines             ?     2846           
  Branches          ?      174           
=========================================
  Hits              ?     2270           
  Misses            ?      517           
  Partials          ?       59

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a9eff8...2db4290. Read the comment docs.

@JeanFred JeanFred merged commit 2e52785 into master Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants