From 05c30e219a32166b4e09ec3524767fe4a4d3c788 Mon Sep 17 00:00:00 2001 From: Svintsov Dmitry Date: Thu, 9 Mar 2017 13:26:51 +0500 Subject: [PATCH] fix travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43a1780..8dbc853 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,11 @@ python: - "3.3" - "3.4" - "3.5" - - "pypy" + +matrix: + include: + - python: "pypy" + env: NO_RSTLINT="enabled" install: - pip install flake8 rstcheck