diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 587ecfd6..c13620e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,10 @@ env: install: - pip install pipenv - pipenv sync --dev --three + - gem install scss_lint script: - pipenv run lint + - pipenv run lintscss - pipenv run python gunicorn_config.py - pipenv run test # - pipenv run coveralls |