Skip to content

Commit

Permalink
db matrix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Oct 12, 2024
1 parent 37a505a commit 4b4ffd7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
python-version: [ 3.8, 3.9, '3.10', 3.11, 3.12, 3.13 ]
db: [ sqlite, mysql, postgres ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -30,6 +29,3 @@ jobs:
pip install --upgrade pip
pip install .[tests]
./misc/test.sh
with:
env:
DB: ${{ matrix.db }}
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ tests =
gunicorn
twine
build
psycopg2
mysql-connector-python

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 4b4ffd7

Please sign in to comment.