tests: add docker variable to .travis.yml
This commit is contained in:
parent
e38e2ead1e
commit
cc689c0cb9
@ -3,6 +3,9 @@ language: python
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- DOCKER=docker
|
||||
|
||||
script:
|
||||
- make test-in-docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user