Skip to content

Commit

Permalink
Clean up after migrations tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslinnap committed Jul 15, 2018
1 parent 6822009 commit 6e60fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions making-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
1. If added or removed support for some Python/Django versions, update classifiers in `setup.py`
1. Update version history at the end of `README.md`
1. Push to release branch on github, review that tests pass on Travis.
1. Make sure you are in a Python3 environment.
1. `python3 setup.py sdist bdist_wheel upload`
1. Go to https://github.com/mattiaslinnap/django-partial-index/releases and click New Release, fill details:
1. New tag name should be just the numeric version ("1.2.3" not "v1.2.3")
Expand Down
1 change: 1 addition & 0 deletions tests/test_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ def test_migrate_succeeds(self):
self.makemigrations()
migrateoutput = self.migrate()
self.assertIn(b'Applying testmigrationsapp.0001_initial... OK', migrateoutput)
self.delete_migrations_files()

0 comments on commit 6e60fd9

Please sign in to comment.