We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f15432 commit a335488Copy full SHA for a335488
heroku_ci.sh
@@ -7,7 +7,7 @@ cd CumulusCI
7
git reset --hard $HEROKU_TEST_RUN_COMMIT_VERSION
8
nosetests --with-tap --tap-stream --with-coverage --cover-package=cumulusci
9
10
-python setup.py develop
+pip install -r requirements_dev.txt
11
12
# Clone the CumulusCI-Test repo to run test builds against it with cci
13
echo "------------------------------------------"
0 commit comments