Modify travis config to run docker

This commit is contained in:
Marian Steinbach 2018-05-03 12:04:32 +02:00
parent 15a7315886
commit c2758652f1
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
language: python
sudo: required
services:
- docker
notifications:
email: false