diff --git a/.travis.yml b/.travis.yml index d71f241..b8b0881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ jobs: - name: "Typecheck Django test suite" python: 3.7 script: | - ./scripts/typecheck_django_tests.xsh + xonsh ./scripts/typecheck_django_tests.xsh before_install: | # Upgrade pip, setuptools, and wheel diff --git a/scripts/typecheck_django_tests.xsh b/scripts/typecheck_django_tests.xsh index fac8fca..d596f3d 100755 --- a/scripts/typecheck_django_tests.xsh +++ b/scripts/typecheck_django_tests.xsh @@ -1,5 +1,3 @@ -#!/usr/local/bin/xonsh - import os if not os.path.exists('./django-sources'): git clone -b stable/2.1.x https://github.com/django/django.git django-sources