tests: set MITOGEN_LOG_LEVEL=debug in .travis.yml too.

This commit is contained in:
David Wilson 2018-03-29 07:26:12 +00:00
parent 03fcf057dd
commit 6118d4e6df
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install:
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
script: script:
- PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test.sh - MITOGEN_LOG_LEVEL=debug PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test.sh
services: services:
- docker - docker