diff --git a/.travis.yml b/.travis.yml index 842360d8..a0d57472 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('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/