try to use make test in travis

This commit is contained in:
Andreas Zweili 2020-01-07 18:20:39 +01:00
parent 12622008fd
commit 0c37049889
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ before_install:
- docker-compose build
script:
- docker-compose run web pytest -n 4 network_inventory/ --nomigrations
- make test