Skip to content

Commit

Permalink
Merge pull request #11 from Azure/develop
Browse files Browse the repository at this point in the history
Develop to master
  • Loading branch information
xinchen10 committed Dec 15, 2017
2 parents f6e93a3 + 3c39bf4 commit b076b13
Show file tree
Hide file tree
Showing 38 changed files with 3,362 additions and 190 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# -----------------------------------------------------------------------------------

FROM torosent/python-qpid-proton
RUN pip3 install lxml beautifulsoup4 azure
COPY . /azure-event-hubs-python
WORKDIR /azure-event-hubs-python
RUN python3 setup.py install && pip3 install -e .
CMD python3 eventprocessorhost/tests/test_eph.py
Loading

0 comments on commit b076b13

Please sign in to comment.