Ville Skyttä 2019-08-20 20:55:40 +03:00 committed by Paulus Schoutsen
parent d96edea6e2
commit 4bce1efeee
1 changed files with 8 additions and 4 deletions

View File

@ -16,14 +16,18 @@ addons:
matrix:
fast_finish: true
include:
- python: "3.6"
- python: "3.6.0"
env: TOXENV=lint
- python: "3.6"
dist: trusty
- python: "3.6.0"
env: TOXENV=pylint
- python: "3.6"
dist: trusty
- python: "3.6.0"
env: TOXENV=typing
- python: "3.6"
dist: trusty
- python: "3.6.0"
env: TOXENV=py36
dist: trusty
- python: "3.7"
env: TOXENV=py37