[IMP] Install testing requirements into separate image.#409
[IMP] Install testing requirements into separate image.#409amh-mw wants to merge 1 commit intoodoo:masterfrom
Conversation
|
In version two, an entirely separate test.Dockerfile is created. This is more similar to what my own build process currently looks like. |
|
Some workflows to consider: When I'm developing locally, I don't want to repeatedly reinstall chromium, so my image inheritance looks like: When I'm pushing code, I don't want chromium in production, but I want to test an image that is very similar: |
|
This is working nicely for me with a .travis.yml containing: |
Fixes #277