mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +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
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ python:
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
script: py.test -vv
|
script: py.test -vv -n auto
|
||||||
|
|
Loading…
Reference in a new issue