added curl command
This commit is contained in:
parent
f32745326b
commit
9be0343695
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ stages:
|
|||
- test
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install -y curl
|
||||
- python --version
|
||||
- pip install virtualenv
|
||||
- virtualenv venv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue