Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Dec 19, 2022
1 parent 72a650d commit aef3bd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
image: postgres:11.5-alpine
ports:
- 5437:5432
env:
TEST_DATABASE_URL: postgresql://postgres@localhost:5437/cookiecutter_pypackage_test_test
strategy:
matrix:
python-version: ['3.10', '3.9', '3.8', '3.7']
Expand Down Expand Up @@ -76,8 +74,6 @@ jobs:
image: postgres:11.5-alpine
ports:
- 5437:5432
env:
TEST_DATABASE_URL: postgresql://postgres@localhost:5437/cookiecutter_pypackage_test_test
strategy:
matrix:
python-version: ['3.10', '3.9', '3.8', '3.7']
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ packages = find:
python_requires = >=3.7
install_requires =
importlib_metadata;python_version<"3.8."
sqlalchemy
psycopg2

[options.packages.find]
where = src
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ skip_install =
setenv =
PYTHONUNBUFFERED = 1
OBJC_DISABLE_INITIALIZE_FORK_SAFETY = YES
dev: DATABASE_URL = {env:DATABASE_URL:postgresql://postgres@localhost:5437/postgres}
tests,functests: TEST_DATABASE_URL = {env:TEST_DATABASE_URL:postgresql://postgres@localhost:5437/cookiecutter_pypackage_test_test}
passenv =
HOME
PYTEST_ADDOPTS
Expand Down

0 comments on commit aef3bd2

Please sign in to comment.