We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b60feb commit b8bc2a6Copy full SHA for b8bc2a6
.travis.yml
@@ -12,6 +12,7 @@ install: pip install -r dev-requirements.txt
12
before_script:
13
- psql -c 'create database "python.org";' -U postgres
14
script:
15
+ - python manage.py makemigrations --dry-run --check
16
- python -Wd -m coverage run manage.py test -v2
17
- coverage report -m --fail-under=75
18
notifications:
0 commit comments