Check Travis-CI env
This commit is contained in:
parent
56224e7c06
commit
a8e00eae82
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Reference in a new issue