summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-01-19 20:47:45 -0200
committerBruno Oliveira <nicoddemus@gmail.com>2017-01-19 20:53:35 -0200
commit2574da8d32197d2c82889bd809c931c641c24105 (patch)
tree695efc82c5e67f4ace6db3bf04573667dffc531b /appveyor.yml
parentd15724f74fbc142c485f6351d046acc8837988f8 (diff)
downloadpytest-2574da8d32197d2c82889bd809c931c641c24105.tar.gz
Fix pytester internal plugin to work correctly with latest versions of zope.interface
Fix #1989
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index aa28e4db8..cc72b4b70 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,12 +28,6 @@ environment:
- TOXENV: "freeze"
- TOXENV: "docs"
-matrix:
- allow_failures:
- # see #1989
- - TOXENV: "py27-trial"
- - TOXENV: "py35-trial"
-
install:
- echo Installed Pythons
- dir c:\Python*