From 28a3f0fcb9c23299fba9f5a5dba1eca65abe11d6 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 9 Oct 2018 12:50:03 -0700 Subject: [PATCH] Revert "Merge pull request #4094 from pytest-dev/asottile/asottile-patch-1" This reverts commit c55d641963f2e2d6130ef63d32eb58d1fa954165, reversing changes made to 8393fdd51d1294896d3286dd04f859211ba298c1. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 508941ba4..7e2c16561 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ environment: matrix: + - TOXENV: "linting" + PYTEST_NO_COVERAGE: "1" - TOXENV: "py27" - TOXENV: "py34" - TOXENV: "py35"