Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
61241ae9
Commit
61241ae9
authored
Oct 23, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10300 from edx/feanil/circle_ci
Feanil/circle ci
parents
2d084f76
e8214a1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
circle.yml
+7
-7
No files found.
circle.yml
View file @
61241ae9
...
...
@@ -13,23 +13,23 @@ dependencies:
-
bundle install
-
pip install setuptools
-
pip install -r requirements/edx/paver.txt
-
pip install -
-exists-action w -
r requirements/edx/paver.txt
# Mirror what paver install_prereqs does.
# After a successful build, CircleCI will
# cache the virtualenv at that state, so that
# the next build will not need to install them
# from scratch again.
-
pip install -
r requirements/edx/pre.txt
-
pip install -r requirements/edx/github.txt
-
pip install -r requirements/edx/local.txt
-
pip install -
-exists-action w -r requirements/edx/pre.txt
-
pip install -
-exists-action w -
r requirements/edx/github.txt
-
pip install -
-exists-action w -
r requirements/edx/local.txt
# HACK: within base.txt stevedore had a
# dependency on a version range of pbr.
# Install a version which falls within that range.
-
pip install pbr==0.9.0
-
pip install -r requirements/edx/base.txt
-
if [ -e requirements/edx/post.txt ]; then pip install -r requirements/edx/post.txt ; fi
-
pip install
--exists-action w
pbr==0.9.0
-
pip install -
-exists-action w -
r requirements/edx/base.txt
-
if [ -e requirements/edx/post.txt ]; then pip install -
-exists-action w -
r requirements/edx/post.txt ; fi
-
pip install coveralls==1.0
...
...
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