mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-25 17:58:41 +08:00
move to plain python script for typechecking
This commit is contained in:
+3
-2
@@ -10,7 +10,7 @@ jobs:
|
||||
- name: "Typecheck Django test suite"
|
||||
python: 3.7
|
||||
script: |
|
||||
xonsh ./scripts/typecheck_django_tests.xsh
|
||||
python ./scripts/typecheck_tests.py
|
||||
|
||||
- name: "Run plugin test suite with python 3.7"
|
||||
python: 3.7
|
||||
@@ -25,7 +25,8 @@ jobs:
|
||||
|
||||
before_install: |
|
||||
# Upgrade pip, setuptools, and wheel
|
||||
pip install -U pip setuptools wheel xonsh
|
||||
pip install -U pip setuptools wheel
|
||||
|
||||
install: |
|
||||
pip install -r ./dev-requirements.txt
|
||||
pip install -r ./scripts/typecheck-tests-requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user