13 lines
216 B
YAML
13 lines
216 B
YAML
before_script:
|
|
- apt-get update -qq && apt-get install -y -qq python
|
|
- python --version
|
|
- pip install -r requirements.txt
|
|
|
|
types:
|
|
- test
|
|
|
|
job_test:
|
|
type: test
|
|
script:
|
|
- python test.py
|