diff options
| -rw-r--r-- | appveyor.yml | 3 |
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 |
