Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo-dev
reqgen
Commits
b9f93974
Commit
b9f93974
authored
Jun 08, 2016
by
Tulio Ruiz
Browse files
[IMP] Added deploy config
parent
87f8f053
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9f93974
...
...
@@ -15,3 +15,10 @@ testpy33:
image
:
python:3.3-alpine
script
:
-
tox -e py33
release
:
only
:
-
tags
script
:
-
python setup.py sdist bdist_wheel
-
twine upload dist/* -u "$PYPIUSER" -p "$PYPIPW"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment