Skip to content

Commit 3625dec

Browse files
travis: Add zetup commands to test script
1 parent 36d76bd commit 3625dec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ script:
2020
- python -m robot test
2121
- python -m tox -r -v
2222

23+
- python -m pip install zetup[all]
24+
- python -m zetup install
25+
# - python -m zetup pytest
26+
- python -m zetup sdist
27+
- python -m zetup tox
28+
2329
deploy:
2430
provider: pypi
2531
user: userzimmermann

0 commit comments

Comments
 (0)