diff --git a/circle.yml b/circle.yml index 86ddccd3ca..b970851c3a 100644 --- a/circle.yml +++ b/circle.yml @@ -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