Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-dashboard
Commits
21f1b951
Unverified
Commit
21f1b951
authored
Apr 24, 2018
by
Farhanah Sheets
Committed by
GitHub
Apr 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #761 from edx/fsheets/pin-pip
Pin pip version to 9.0.3
parents
b61fc53b
3645fecb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.travis.yml
+2
-0
.travis/run_tests.sh
+3
-0
Makefile
+4
-0
No files found.
.travis.yml
View file @
21f1b951
...
@@ -15,6 +15,8 @@ before_install:
...
@@ -15,6 +15,8 @@ before_install:
# Fix intermittent "resource temporarily unavailable" and "write" errors failing the Travis builds.
# Fix intermittent "resource temporarily unavailable" and "write" errors failing the Travis builds.
# See: https://github.com/travis-ci/travis-ci/issues/8920
# See: https://github.com/travis-ci/travis-ci/issues/8920
-
python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
-
python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
# pin to 9.0.3 until tox-battery upgrades
-
pip install --upgrade pip==9.0.3
# Install a newer version of docker-compose
# Install a newer version of docker-compose
# Remove once dockers default is this version: https://docs.travis-ci.com/user/docker/#Using-Docker-Compose
# Remove once dockers default is this version: https://docs.travis-ci.com/user/docker/#Using-Docker-Compose
-
sudo rm /usr/local/bin/docker-compose
-
sudo rm /usr/local/bin/docker-compose
...
...
.travis/run_tests.sh
View file @
21f1b951
...
@@ -19,6 +19,9 @@ export PATH=$PATH:$PWD/node_modules/.bin
...
@@ -19,6 +19,9 @@ export PATH=$PATH:$PWD/node_modules/.bin
node
--version
node
--version
npm
--version
npm
--version
# Pin pip version
make pin_pip
make develop
make develop
make migrate
make migrate
...
...
Makefile
View file @
21f1b951
...
@@ -8,6 +8,10 @@ DJANGO_SETTINGS_MODULE ?= "analytics_dashboard.settings.local"
...
@@ -8,6 +8,10 @@ DJANGO_SETTINGS_MODULE ?= "analytics_dashboard.settings.local"
.PHONY
:
requirements clean
.PHONY
:
requirements clean
# pin to 9.0.3 until tox-battery upgrades
pin_pip
:
pip install
--upgrade
pip
==
9.0.3
requirements
:
requirements.py requirements.js
requirements
:
requirements.py requirements.js
requirements.py
:
requirements.py
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment