mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
update travis.yml to run tests in parallel
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
parent
d4addd53ad
commit
e4a6dcd35c
@ -7,4 +7,4 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: py.test -vv
|
||||
script: py.test -vv -n auto
|
||||
|
Loading…
Reference in New Issue
Block a user