Skip to content

Commit

Permalink
Mirror the devstack prereqs in CircleCI and paver install_prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eskew committed Jul 26, 2017
1 parent bfb17a7 commit d483fe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pavelib/prereqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
'requirements/edx/local.txt',
'requirements/edx/base.txt',
'requirements/edx/paver.txt',
'requirements/edx/development.txt',
'requirements/edx/testing.txt',
'requirements/edx/post.txt',
]

Expand Down

0 comments on commit d483fe1

Please sign in to comment.