summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-10-09 12:50:03 -0700
committerAnthony Sottile <asottile@umich.edu>2018-10-09 12:50:03 -0700
commit28a3f0fcb9c23299fba9f5a5dba1eca65abe11d6 (patch)
tree1b98a11141b086fc8b272644a10178b749120a85 /appveyor.yml
parentb8c30aab2b701fb32ab60f1b1de1e8e1017876e0 (diff)
downloadpytest-28a3f0fcb9c23299fba9f5a5dba1eca65abe11d6.tar.gz
Revert "Merge pull request #4094 from pytest-dev/asottile/asottile-patch-1"
This reverts commit c55d641963f2e2d6130ef63d32eb58d1fa954165, reversing changes made to 8393fdd51d1294896d3286dd04f859211ba298c1.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
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"