Commit ec5761ed by Clinton Blackburn Committed by Clinton Blackburn

Preventing Travis from installing requirements.txt

ECOM-3054
parent 0cb0acb0
......@@ -21,6 +21,9 @@ addons:
before_install:
- docker-compose -f ./.travis/docker-compose-travis.yml up -d
# Prevent Travis CI from installing requirments.txt. The requirements will be installed by the script below.
install: true
script:
- docker exec ecommerce_testing /edx/app/ecommerce/ecommerce/.travis/run_tests.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment