Skip to content

Commit

Permalink
Remove obsolete tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Mar 6, 2024
1 parent 18544eb commit 1c99ba1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ commands =
extra: python .scripts/check_large_files.py resolwe_bio/tests/files

# Migrations commands:
migrations: psql --username={env:RESOLWE_POSTGRESQL_USER:resolwe} \
migrations: --host={env:RESOLWE_POSTGRESQL_HOST:localhost} \
migrations: --port={env:RESOLWE_POSTGRESQL_PORT:5432} \
migrations: --command='CREATE DATABASE "'{env:RESOLWE_POSTGRESQL_NAME:resolwe-bio}'"'
migrations: python tests/manage.py migrate
migrations: bash -c '[[ $(./tests/manage.py makemigrations --dry-run) = '\
migrations: '"No changes detected" ]] || exit 1'

0 comments on commit 1c99ba1

Please sign in to comment.