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
8ee28b06
Commit
8ee28b06
authored
Nov 06, 2020
by
Matthieu Boileau
Browse files
venv for CI
parent
4e8863c3
Pipeline
#10138
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8ee28b06
...
...
@@ -8,10 +8,12 @@ test:
tags
:
-
docker
script
:
-
python -m venv .venv
-
source .venv/bin/activate
-
pip install flit
-
flit install
-
pip install git+https://github.com/boileaum/bookbook.git@master
-
python -m pytest
tests
-v
-
python -m pytest -v
deploy
:
stage
:
deploy
...
...
Write
Preview
Markdown
is supported
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