Remove development.txt from circle.yml

This commit is contained in:
John Eskew
2017-07-26 15:41:41 -04:00
parent d483fe1b68
commit 262e068d29

View File

@@ -29,7 +29,6 @@ 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