We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d76bd commit 3625decCopy full SHA for 3625dec
.travis.yml
@@ -20,6 +20,12 @@ script:
20
- python -m robot test
21
- python -m tox -r -v
22
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
+
29
deploy:
30
provider: pypi
31
user: userzimmermann
0 commit comments