Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
bd8b8825
Commit
bd8b8825
authored
Jul 10, 2019
by
Okhin
Browse files
force the upgrade of pip packages
parent
5e4aaacf
Pipeline
#2641
passed with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd8b8825
...
...
@@ -17,9 +17,9 @@ unit tests:
script
:
-
virtualenv -p python3 env
-
source ./env/bin/activate
-
pip install -r requirements.txt
-
pip install -r requirements-dev.txt
-
pip install -r requirements-tests.txt
-
pip install
-U
-r requirements.txt
-
pip install
-U
-r requirements-dev.txt
-
pip install
-U
-r requirements-tests.txt
-
echo "DEBUG = True" > ./project/settings/env.py
-
echo "SECRET_KEY = '$(pwgen 20 1)'" >> ./project/settings/env.py
-
./manage.py migrate --run-syncdb
...
...
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