Skip to content

Commit

Permalink
Merge dd186e4 into 2dd0b31
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoose2 committed Jul 2, 2019
2 parents 2dd0b31 + dd186e4 commit 5c7cdb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -28,12 +28,13 @@ install:
- npm install sass
- pip install -U pip setuptools
- pip install -U -r requirements.txt
- pip install -U coveralls flake8 codacy-coverage
- pip install -U coveralls flake8 pylint pylint-django codacy-coverage
before_script:
- cp intranet/settings/travis_secret.py intranet/settings/secret.py
- psql -U postgres -c 'create database ion'
script:
- flake8 --max-line-length 150 --exclude=*/migrations/* .
- pylint --disable=fixme,broad-except,global-statement,attribute-defined-outside-init intranet/
- coverage run ./setup.py test
- coverage run -a ./manage.py migrate
- "./manage.py collectstatic --noinput -v 0"
Expand Down

0 comments on commit 5c7cdb2

Please sign in to comment.