mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
add missing argument to tox
This commit is contained in:
parent
9c412b13b6
commit
02d4e04a63
@ -10,7 +10,7 @@ steps:
|
||||
PY_COLORS: "1"
|
||||
commands:
|
||||
- pip install tox -q
|
||||
- tox -e $(tox -l | grep py27 | xargs | sed 's/ /,/g') -p -q
|
||||
- tox -e $(tox -l | grep py27 | xargs | sed 's/ /,/g') -p all -q
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
@ -23,7 +23,7 @@ steps:
|
||||
PY_COLORS: "1"
|
||||
commands:
|
||||
- pip install tox -q
|
||||
- tox -e $(tox -l | grep py35 | xargs | sed 's/ /,/g') -p -q
|
||||
- tox -e $(tox -l | grep py35 | xargs | sed 's/ /,/g') -p all -q
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
@ -36,7 +36,7 @@ steps:
|
||||
PY_COLORS: "1"
|
||||
commands:
|
||||
- pip install tox -q
|
||||
- tox -e $(tox -l | grep py36 | xargs | sed 's/ /,/g') -p -q
|
||||
- tox -e $(tox -l | grep py36 | xargs | sed 's/ /,/g') -p all -q
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
@ -49,7 +49,7 @@ steps:
|
||||
PY_COLORS: "1"
|
||||
commands:
|
||||
- pip install tox -q
|
||||
- tox -e $(tox -l | grep py37 | xargs | sed 's/ /,/g') -p -q
|
||||
- tox -e $(tox -l | grep py37 | xargs | sed 's/ /,/g') -p all -q
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
Loading…
Reference in New Issue
Block a user