Check Travis-CI env

This commit is contained in:
nothink 2018-07-26 01:18:32 +09:00
parent 56224e7c06
commit a8e00eae82

View file

@ -33,7 +33,7 @@ matrix:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt
script:
- python -c "import os; print('CI') if os.getenv('CI')) == 'true' else 'unknown'"
- python -c "import os; print('CI') if os.getenv('CI') == 'true' else 'unknown'"
- pycodestyle wait-for-es
- pycodestyle generate-thumb
- pycodestyle szurubooru/