mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
* Add deploy config for Travis CI
* Use binary psycopg2 distribution
* Remove group to get newer postgres version
* Revert "Remove group to get newer postgres version"
This reverts commit 2c22ae3248.
* Default to Postgres 9.4, Django 2.0 dropped support for <=9.3.
https://docs.travis-ci.com/user/database-setup/#using-a-different-postgresql-version
7 lines
110 B
Text
7 lines
110 B
Text
-r requirements.txt
|
|
|
|
coverage==4.3.4
|
|
tox>=1.7.0
|
|
codecov>=2.0.0
|
|
django-multiselectfield==0.1.8
|
|
psycopg2-binary
|