From 67ce5e2daae156edaabcf2f9b5c8d3144eb1a5ef Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Sat, 5 Jan 2019 19:37:24 +0300 Subject: [PATCH] fix ci job --- .travis.yml | 2 +- scripts/typecheck_django_tests.xsh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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