From 70c3126348a706e5b39fa5eb13ca2126f4f5c0ee Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Wed, 27 Feb 2019 18:12:29 +0300 Subject: [PATCH] add plugin testing for python3.6 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7ba8ac3..16caef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,12 @@ jobs: set -e pytest + - name: Run plugin test suite with python 3.6 + python: 3.6 + script: | + set -e + pytest + - name: Lint with black python: 3.7 script: 'black --check --line-length=120 django-stubs/'