Skip to content

Commit

Permalink
switch to testing with pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Jul 18, 2016
1 parent c33f28b commit dcdb9ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.1.0 (UNRELEASED)
===========================================================
* Switched to testing with PostgreSQL


Version 1.0.5 (2016-06-22)
===========================================================

Expand Down
3 changes: 2 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'testdb',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
}
}
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ basepython =
py35: python3.5
commands = make test
deps =
psycopg2
django14: Django>=1.4,<1.5
django15: Django>=1.5,<1.6
django16: Django>=1.6,<1.7
Expand Down

0 comments on commit dcdb9ba

Please sign in to comment.