tests: set MITOGEN_LOG_LEVEL=debug in .travis.yml too.
This commit is contained in:
parent
03fcf057dd
commit
6118d4e6df
|
@ -12,7 +12,7 @@ install:
|
|||
- pip install -r dev_requirements.txt
|
||||
|
||||
script:
|
||||
- PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test.sh
|
||||
- MITOGEN_LOG_LEVEL=debug PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test.sh
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
|
Loading…
Reference in New Issue