network_inventory/.travis.yml
Andreas Zweili 01a989eee8 copy the .env file before building the container
travis showed some warnings that the variables weren't defined in the compose
file.
2020-02-15 15:21:39 +01:00

12 lines
123 B
YAML

language: python
services:
- docker
before_install:
- cp .env-example .env
- docker-compose build
script:
- make test