add travis file

This commit is contained in:
Andreas Zweili 2020-01-05 20:29:51 +01:00
parent 8b506d9099
commit ffebd4305c
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
services:
- docker
before_install:
- docker-compose build
script:
- docker-compose run web pytest -n 4 network_inventory/ --nomigrations