Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,30 @@ jobs:
script: |
set -e
pytest
- name: "run test suite with python 3.8"
python: 3.8
script: |
set -e
pytest
- name: "run test suite with python 3.9"
python: 3.9
script: |
set -e
pytest
- name: "run typecheck on stubs"
python: 3.7
python: 3.9
script: |
set -e
mkdir tmpd
cp -r sqlalchemy-stubs tmpd/sqlalchemy
cd tmpd
python3 -m mypy -p sqlalchemy
- name: "run flake8 on stubs"
python: 3.7
python: 3.9
script: |
flake8 sqlalchemy-stubs
- name: "run typecheck on plugin"
python: 3.7
python: 3.9
script: |
set -e
MYPYPATH=external/mypy python3 -m mypy --config-file external/mypy/mypy_self_check.ini sqlmypy.py
Expand Down
2 changes: 1 addition & 1 deletion external/mypy
Submodule mypy updated 412 files