Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Boileau
nbcourse
Commits
a3122561
Commit
a3122561
authored
Jun 17, 2020
by
Matthieu Boileau
Browse files
Merge branch 'dev-packaging' into 'master'
Fix publishing with poetry See merge request
!6
parents
ff66f528
401823ca
Pipeline
#7630
passed with stages
in 2 minutes and 38 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
a3122561
*.swp
*.swp
.DS_Store
.DS_Store
default.profraw
.ipynb_checkpoints
.ipynb_checkpoints
*.pyc
*.pyc
__pycache__/
__pycache__/
...
...
.gitlab-ci.yml
View file @
a3122561
...
@@ -4,13 +4,15 @@ stages:
...
@@ -4,13 +4,15 @@ stages:
-
test
-
test
-
deploy
-
deploy
before_script
:
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
-
source $HOME/.poetry/env
test
:
test
:
stage
:
test
stage
:
test
tags
:
tags
:
-
docker
-
docker
script
:
script
:
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
-
source $HOME/.poetry/env
-
poetry install
-
poetry install
-
poetry run pytest tests -v
-
poetry run pytest tests -v
...
...
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