mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
add pyproject.toml for testing
This commit is contained in:
parent
02d4e04a63
commit
8eeb8efa6c
@ -10,7 +10,7 @@ steps:
|
|||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py27 | xargs | sed 's/ /,/g') -p all -q
|
- tox -e $(tox -l | grep py27 | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -23,7 +23,7 @@ steps:
|
|||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py35 | xargs | sed 's/ /,/g') -p all -q
|
- tox -e $(tox -l | grep py35 | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -36,7 +36,7 @@ steps:
|
|||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py36 | xargs | sed 's/ /,/g') -p all -q
|
- tox -e $(tox -l | grep py36 | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
@ -49,7 +49,7 @@ steps:
|
|||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
commands:
|
commands:
|
||||||
- pip install tox -q
|
- pip install tox -q
|
||||||
- tox -e $(tox -l | grep py37 | xargs | sed 's/ /,/g') -p all -q
|
- tox -e $(tox -l | grep py37 | xargs | sed 's/ /,/g') -q
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "wheel"]
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
Loading…
Reference in New Issue
Block a user