mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
get rid of tox
This commit is contained in:
parent
4a46aa39a5
commit
68520c5981
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -51,8 +51,8 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
- name: Install tox
|
- name: Build
|
||||||
run: pip install tox
|
run: make
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: tox -e ${{ matrix.python }}
|
run: make check
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
|
@ -20,3 +20,8 @@ libraries=
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length = 85
|
||||||
|
ignore = E128, W503, E741
|
||||||
|
exclude = build, doc, tests/dbapi20.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user