django-auditlog/auditlog_tests
Jannis Leidel 910089597e
Initial GitHub Actions workflow. (#283)
* Initial GitHub Actions workflow.

* Use correct Postgres port.

* Fix duplicate.

* Use POSTGRES_HOST?

* Fixing postgres config?

* Pass test env vars with Tox.

* Work around issue with Django 3.1.

* Write coverage file.

* Add release workflow.

* Remove Travis config file.

* Update .github/workflows/test.yml

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Update auditlog_tests/tests.py

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Update .github/workflows/test.yml

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Update README.md

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Add Django 3.1 to tox config.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-11-26 10:45:20 +01:00
..
__init__.py Clean up project structure 2020-09-07 16:52:32 +02:00
admin.py Use admin for test site 2020-09-07 16:52:32 +02:00
apps.py Clean up project structure 2020-09-07 16:52:32 +02:00
manage.py Clean up project structure 2020-09-07 16:52:32 +02:00
models.py Drop Python 2, support Django 3.0, update dependencies 2020-09-07 16:52:32 +02:00
test_settings.py Support Django 3.1 2020-09-07 16:52:32 +02:00
tests.py Initial GitHub Actions workflow. (#283) 2020-11-26 10:45:20 +01:00
urls.py Clean up project structure 2020-09-07 16:52:32 +02:00