From b63a0dfa01c38008c4190a394d32cbddf1a7707d Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 21 Jun 2018 21:38:52 +0200 Subject: [PATCH] Made the offline tests colorful ;) --- scripts/travis-offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-offline b/scripts/travis-offline index 754413a..c0c4714 100755 --- a/scripts/travis-offline +++ b/scripts/travis-offline @@ -2,4 +2,4 @@ set -ex -python -m pytest -m offline +python -m pytest -m offline --color=yes