ensure images are build prior to running tests
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
+5
-1
@@ -7,4 +7,8 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: py.test -vv -n auto
|
||||
script:
|
||||
# run tasks marked as 'build_stage' first (ensure docker images are built)
|
||||
- py.test -vv -n auto -m "build_stage"
|
||||
# run the remaining tasks in the test suite
|
||||
- py.test -vv -n auto -m "not build_stage"
|
||||
|
||||
Reference in New Issue
Block a user