Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill
2018-07-11 23:23:32 -05:00
parent fff31558a0
commit 88e4b6390c
6 changed files with 35 additions and 2 deletions
+1 -2
View File
@@ -9,6 +9,5 @@ install:
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"
- tox