Skip to content

Commit

Permalink
Install in a Python 3.9 compatible way.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 17, 2020
1 parent 1b9a1a2 commit 6a53216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 213 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ before_install:
- sudo cat "$CONFIG_FILE"
- sudo service postgresql restart
- sudo -u postgres createdb --owner=$USER zope_sqlalchemy_tests
- pip install -U setuptools
- pip install -U setuptools zc.buildout
install:
- python bootstrap.py
- bin/buildout -c postgres.cfg
- buildout -c postgres.cfg
script:
- bin/test
- bin/testpg
Expand Down
210 changes: 0 additions & 210 deletions bootstrap.py

This file was deleted.

0 comments on commit 6a53216

Please sign in to comment.