try adding more builds
This commit is contained in:
parent
4b6673cefc
commit
c977db4557
@ -1,4 +1,12 @@
|
|||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq python
|
- apt-get update -qq && apt-get install -y -qq python
|
||||||
- python --version
|
- python --version
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
types:
|
||||||
|
- test
|
||||||
|
|
||||||
|
job_test:
|
||||||
|
type: test
|
||||||
|
script:
|
||||||
|
- python test.py
|
||||||
|
Loading…
Reference in New Issue
Block a user