tests: add docker variable to .travis.yml

This commit is contained in:
Jakub Rusz 2019-11-12 13:22:02 +01:00 committed by Brian C. Lane
parent e38e2ead1e
commit cc689c0cb9
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ language: python
services:
- docker
env:
- DOCKER=docker
script:
- make test-in-docker