adding travis ci example
This commit is contained in:
parent
e1aeff0fd6
commit
f635c05638
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: python
|
||||||
|
services: docker
|
||||||
|
before_script:
|
||||||
|
- pip install pipenv
|
||||||
|
- pipenv install --dev --system
|
||||||
|
script:
|
||||||
|
- pipenv run test
|
||||||
@ -5,7 +5,7 @@ driver:
|
|||||||
name: docker
|
name: docker
|
||||||
lint:
|
lint:
|
||||||
name: yamllint
|
name: yamllint
|
||||||
enabled: true # fix in seperate PR
|
enabled: false # fix in seperate PR
|
||||||
platforms:
|
platforms:
|
||||||
- name: bionic
|
- name: bionic
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user