FROM balkian/tweeply

RUN pip install -r test-requirements.txt

ENTRYPOINT ["py.test"]
