Commit 49b34fc2 by Clinton Blackburn

Disabled install directive in Travis config

We waste two minutes every build installing requirements we don't actually use (since tests are run in the Docker container). This change instructs Travis *not* to install requirements.txt.
parent a2584520
......@@ -16,6 +16,9 @@ cache:
before_install:
- make travis_up
# We have no requirements to install since everything is run in Docker.
install: true
script:
- make travis_test
......
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