Skip to content
Snippets Groups Projects
Commit d483fe1b authored by John Eskew's avatar John Eskew
Browse files

Mirror the devstack prereqs in CircleCI and paver install_prereqs

parent bfb17a76
No related merge requests found
......@@ -29,6 +29,8 @@ dependencies:
- pip install --exists-action w pbr==0.9.0
- pip install --exists-action w -r requirements/edx/base.txt
- pip install --exists-action w -r requirements/edx/paver.txt
- pip install --exists-action w -r requirements/edx/development.txt
- pip install --exists-action w -r requirements/edx/testing.txt
- if [ -e requirements/edx/post.txt ]; then pip install --exists-action w -r requirements/edx/post.txt ; fi
- pip install coveralls==1.0
......
......@@ -28,6 +28,8 @@ PYTHON_REQ_FILES = [
'requirements/edx/local.txt',
'requirements/edx/base.txt',
'requirements/edx/paver.txt',
'requirements/edx/development.txt',
'requirements/edx/testing.txt',
'requirements/edx/post.txt',
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment