adding travis ci example

This commit is contained in:
jjediny 2019-02-11 23:50:42 -05:00
parent e1aeff0fd6
commit f635c05638
2 changed files with 8 additions and 1 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
services: docker
before_script:
- pip install pipenv
- pipenv install --dev --system
script:
- pipenv run test

View File

@ -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