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