fix ci job

This commit is contained in:
Maxim Kurnikov
2019-01-05 19:37:24 +03:00
parent c4e8f09ed1
commit 67ce5e2daa
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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