Skip to content

Commit

Permalink
add easywebdav for test
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Jun 4, 2015
1 parent fdf2f01 commit 617c94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADD ./ /opt/pyspider

# run test
WORKDIR /opt/pyspider
RUN pip install .
RUN pip install -e .[all]

VOLUME ["/opt/pyspider"]
ENTRYPOINT ["pyspider"]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
'coverage',
'httpbin',
'pyproxy>=0.1.6',
'easywebdav',
]
},

Expand Down

0 comments on commit 617c94b

Please sign in to comment.