Skip to content

Commit

Permalink
Version 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 25, 2020
1 parent 4ea4099 commit a0323ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ install:
script:
- poetry run flake8 .
- poetry run mypy django_test_migrations
- poetry run pytest
# We need one more test run to make sure that `--nomigrations` work:
- poetry run pytest --nomigrations --cov-fail-under=0
# Real pytest execution:
- poetry run pytest
- poetry check
- poetry run pip check
- poetry run safety check --bare --full-report
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ python manage.py check --deploy --fail-level WARNING
```

This way you will be safe from wrong names in your migrations.

Do you have a migrations that cannot be renamed? Add them to the ignore list:

```python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

[tool.poetry]
name = "django-test-migrations"
version = "0.1.0"
version = "0.2.0"
description = "Test django schema and data migrations, including ordering"
license = "MIT"

Expand Down

0 comments on commit a0323ac

Please sign in to comment.