8 lines
76 B
YAML
8 lines
76 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
|
||
|
script:
|
||
|
- python test/wait-for-it.py
|
||
|
|