diff --git a/.travis.yml b/.travis.yml index b8b0881..9218bfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,10 @@ jobs: script: | black --check --line-length=120 django-stubs/ - - name: "Typecheck Django test suite" - python: 3.7 - script: | - xonsh ./scripts/typecheck_django_tests.xsh +# - name: "Typecheck Django test suite" +# python: 3.7 +# script: | +# xonsh ./scripts/typecheck_django_tests.xsh before_install: | # Upgrade pip, setuptools, and wheel