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

View File

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