Skip to content

Commit

Permalink
travis.yml: update py.test config to mirror mB
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillippa committed Aug 12, 2020
1 parent adcf1c9 commit 8f05e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install coveralls
script:
- python manage.py collectstatic > /dev/null
- py.test --cov --no-migrations
- py.test --cov
- python manage.py makemigrations --dry-run --check --noinput
after_success:
- coveralls
Expand Down

0 comments on commit 8f05e35

Please sign in to comment.