Skip to content

Commit

Permalink
Allow prepared transactions for postgresql.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Jan 12, 2014
1 parent a2618a2 commit e3fffe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ python:
- "3.2"
- "3.3"
before_install:
- sudo service postgresql stop
- sudo echo "max_prepared_transactions = 10" >> /var/lib/postgresql/9.3/postgresql.conf
- sudo service postgresql start 9.3
- sudo -u postgres createdb --owner=$USER zope_sqlalchemy_tests
- pip install -U setuptools
install:
Expand Down

0 comments on commit e3fffe5

Please sign in to comment.