disable django tests typecheck

This commit is contained in:
Maxim Kurnikov
2019-01-05 19:41:52 +03:00
parent 67ce5e2daa
commit 584380a8a9
+4 -4
View File
@@ -18,10 +18,10 @@ jobs:
script: | script: |
black --check --line-length=120 django-stubs/ black --check --line-length=120 django-stubs/
- name: "Typecheck Django test suite" # - name: "Typecheck Django test suite"
python: 3.7 # python: 3.7
script: | # script: |
xonsh ./scripts/typecheck_django_tests.xsh # xonsh ./scripts/typecheck_django_tests.xsh
before_install: | before_install: |
# Upgrade pip, setuptools, and wheel # Upgrade pip, setuptools, and wheel