network_inventory/.travis.yml

11 lines
100 B
YAML

language: python
services:
- docker
before_install:
- docker-compose build
script:
- make test