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
|
- test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y curl
|
||||||
- python --version
|
- python --version
|
||||||
- pip install virtualenv
|
- pip install virtualenv
|
||||||
- virtualenv venv
|
- virtualenv venv
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue