add tests for the django test suite

This commit is contained in:
Maxim Kurnikov
2019-01-26 17:17:35 +03:00
parent 38e841c4c7
commit 1afa079b0b
18 changed files with 232 additions and 57 deletions
+13 -13
View File
@@ -7,21 +7,21 @@ sudo: required
jobs:
include:
- name: "Run plugin test suite with python 3.7"
python: 3.7
script: |
set -e
pytest
- name: "Typecheck Django test suite"
python: 3.7
script: |
xonsh ./scripts/typecheck_django_tests.xsh
- name: "Lint with black"
python: 3.7
script: |
black --check --line-length=120 django-stubs/
- name: "Run plugin test suite with python 3.7"
python: 3.7
script: |
set -e
pytest
# - name: "Typecheck Django test suite"
# python: 3.7
# script: |
# xonsh ./scripts/typecheck_django_tests.xsh
- name: "Lint with black"
python: 3.7
script: |
black --check --line-length=120 django-stubs/
before_install: |
# Upgrade pip, setuptools, and wheel