Skip to content

Commit a335488

Browse files
committed
Switch to using pip install -r requirements_dev.txt
1 parent 2f15432 commit a335488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku_ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd CumulusCI
77
git reset --hard $HEROKU_TEST_RUN_COMMIT_VERSION
88
nosetests --with-tap --tap-stream --with-coverage --cover-package=cumulusci
99

10-
python setup.py develop
10+
pip install -r requirements_dev.txt
1111

1212
# Clone the CumulusCI-Test repo to run test builds against it with cci
1313
echo "------------------------------------------"

0 commit comments

Comments
 (0)