Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
autobuild
Commits
c86abfc5
Commit
c86abfc5
authored
Jul 26, 2021
by
Rye Mutt
🍞
Browse files
Update .gitlab-ci.yml
parent
bdcda9b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c86abfc5
...
...
@@ -11,7 +11,7 @@ include:
stages
:
-
test
-
run
-
upload
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
...
...
@@ -28,6 +28,7 @@ before_script:
-
source venv/bin/activate
test
:
stage
:
test
allow_failure
:
true
script
:
-
pip install nose
...
...
@@ -35,7 +36,9 @@ test:
-
pip install tox flake8
-
tox -e py36,flake8
run
:
upload_package
:
stage
:
upload
allow_failure
:
true
script
:
-
python setup.py sdist bdist_wheel
-
pip install twine
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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