This commit is contained in:
parent
70810614af
commit
e71ff14ae7
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ steps:
|
|||
|
||||
test:
|
||||
image: python
|
||||
environment:
|
||||
- USERNAME=aaronsw
|
||||
- PASSWORD=password
|
||||
- INSTANCE_URL=http://mcaptcha:7000
|
||||
commands:
|
||||
- pip install virtualenv && virtualenv venv
|
||||
- make env
|
||||
|
|
Loading…
Reference in a new issue