From 57ba59eb5e7d39640e48bf42fc08d3737977ee7e Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 19 Jan 2018 17:04:14 -0800 Subject: [PATCH] enable MINT_MODE=full for travis tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52928acc..58473b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ script: - pyflakes minio/*.py || true - python setup.py install - python setup.py nosetests -- python tests/functional/tests.py +- MINT_MODE=full python tests/functional/tests.py