summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-04-24 08:26:17 -0500
committerJason Madden <jamadden@gmail.com>2017-04-24 08:26:17 -0500
commit7fb6a43f3d8d7f60328992e28c8f93dff92e38e1 (patch)
tree7bdfa43eda8ef713575a890bf090a914a407ff67 /appveyor.yml
parent9aaf59b541bc3e0616f9f9f95b6345d1a4400e68 (diff)
downloadzope-security-7fb6a43f3d8d7f60328992e28c8f93dff92e38e1.tar.gz
Another crack at fixing the Python 3 namespace issues on appveyorissue20
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8ee443a..51053ff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,8 @@ install:
# to delete a .pyd that was still open.
- pip install persistent
- pip install BTrees
- - pip install -e .[test]
+ - pip install zope.testrunner
+ - pip install .[test]
build: false