Skip to content

Commit

Permalink
Another crack at fixing the Python 3 namespace issues on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 24, 2017
1 parent 9aaf59b commit 7fb6a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7fb6a43

Please sign in to comment.