From 262e068d2986a2b240de3898fd87061ecfe9ce0e Mon Sep 17 00:00:00 2001 From: John Eskew Date: Wed, 26 Jul 2017 15:41:41 -0400 Subject: [PATCH] Remove development.txt from circle.yml --- circle.yml | 1 - 1 file changed, 1 deletion(-) 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