Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-xt
Commits
7da292a8
Commit
7da292a8
authored
8 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[travis] update requests lib
we need this for our clang format status report script
parent
6e54abf1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
with
2 additions
and
2 deletions
.travis.yml
+
2
−
2
View file @
7da292a8
...
...
@@ -37,8 +37,8 @@ before_install:
: ${BUILD_CMD:="ninja -k 10000 -j 2"} && export BUILD_CMD
# workaround for https://github.com/travis-ci/travis-ci/issues/5285
-
sudo -E apt-get install -y -q python-pip python3-pip
-
sudo -E pip3 install virtualenv cpp-coveralls
-
sudo -E pip install virtualenv cpp-coveralls
-
sudo -E pip3 install
-U requests
virtualenv cpp-coveralls
-
sudo -E pip install
-U requests
virtualenv cpp-coveralls
-
export PATH=/usr/lib/ccache:$PATH
-
cd $HOME
-
test -d src || git clone https://github.com/dune-community/dune-xt-super.git src
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment