Skip to content
Snippets Groups Projects
Commit 579eeaaa authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Now upgrades pip at the beginning of the script

parent d79fc901
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ exitcode-jessie:
stage: test
image: ligo/software:jessie
script:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install coverage
- pip install coverage-badge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment