From 56224e7c0693c38ac96315071735367d6a44195c Mon Sep 17 00:00:00 2001 From: nothink Date: Thu, 26 Jul 2018 01:10:33 +0900 Subject: [PATCH] Check Travis-CI env --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7214f840..842360d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: - pip install -r requirements.txt - pip install -r dev-requirements.txt script: - - python -c "import os;print(os.getenv('CI'))" + - python -c "import os; print('CI') if os.getenv('CI')) == 'true' else 'unknown'" - pycodestyle wait-for-es - pycodestyle generate-thumb - pycodestyle szurubooru/