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
3645fecb
Commit
3645fecb
authored
Apr 23, 2018
by
Farhanah Sheets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin pip version to 9.0.3
parent
b61fc53b
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 @
3645fecb
...
...
@@ -15,6 +15,8 @@ before_install:
# Fix intermittent "resource temporarily unavailable" and "write" errors failing the Travis builds.
# See: https://github.com/travis-ci/travis-ci/issues/8920
-
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
# Remove once dockers default is this version: https://docs.travis-ci.com/user/docker/#Using-Docker-Compose
-
sudo rm /usr/local/bin/docker-compose
...
...
.travis/run_tests.sh
View file @
3645fecb
...
...
@@ -19,6 +19,9 @@ export PATH=$PATH:$PWD/node_modules/.bin
node
--version
npm
--version
# Pin pip version
make pin_pip
make develop
make migrate
...
...
Makefile
View file @
3645fecb
...
...
@@ -8,6 +8,10 @@ DJANGO_SETTINGS_MODULE ?= "analytics_dashboard.settings.local"
.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.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