mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 04:04:26 +08:00
Issue 379 (#391)
* pytest-mypy-plugins package newer version * Revert "pytest-mypy-plugins package newer version" This reverts commit 871347a86577a5dad867bc751689bbc06d2bcae0. * update tests ignores for django * Revert "update tests ignores for django" This reverts commit 93fc66e311af62cf8cf5b79a72ab723bf3cf060a. * tests for python 3.8 WIP - initial commit Co-authored-by: Kacper Szmigiel <szmigielkacper@gmai.com>
This commit is contained in:
@@ -4,10 +4,19 @@ dist: xenial
|
||||
sudo: required
|
||||
jobs:
|
||||
include:
|
||||
- name: Run plugin test suite with python 3.8
|
||||
python: 3.8
|
||||
script: 'pytest'
|
||||
|
||||
- name: Run plugin test suite with python 3.7
|
||||
python: 3.7
|
||||
script: 'pytest'
|
||||
|
||||
- name: Typecheck Django 3.0 test suite with python 3.8
|
||||
python: 3.8
|
||||
script: |
|
||||
python ./scripts/typecheck_tests.py --django_version=3.0
|
||||
|
||||
- name: Typecheck Django 3.0 test suite with python 3.7
|
||||
python: 3.7
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user