Skip to content

Commit 54f5f63

Browse files
kszmigielKacper Szmigiel
and
Kacper Szmigiel
authored
Issue 379 (#391)
* pytest-mypy-plugins package newer version * Revert "pytest-mypy-plugins package newer version" This reverts commit 871347a. * update tests ignores for django * Revert "update tests ignores for django" This reverts commit 93fc66e. * tests for python 3.8 WIP - initial commit Co-authored-by: Kacper Szmigiel <[email protected]>
1 parent 4c5723d commit 54f5f63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ dist: xenial
44
sudo: required
55
jobs:
66
include:
7+
- name: Run plugin test suite with python 3.8
8+
python: 3.8
9+
script: 'pytest'
10+
711
- name: Run plugin test suite with python 3.7
812
python: 3.7
913
script: 'pytest'
1014

15+
- name: Typecheck Django 3.0 test suite with python 3.8
16+
python: 3.8
17+
script: |
18+
python ./scripts/typecheck_tests.py --django_version=3.0
19+
1120
- name: Typecheck Django 3.0 test suite with python 3.7
1221
python: 3.7
1322
script: |

0 commit comments

Comments
 (0)