Mirror the devstack prereqs in CircleCI and paver install_prereqs

This commit is contained in:
John Eskew
2017-06-12 11:06:57 -04:00
parent bfb17a7673
commit d483fe1b68
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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',
]