moved integration text execution to docker
This commit is contained in:
parent
f36ac24ac5
commit
7d62a23b36
6 changed files with 35 additions and 48 deletions
9
test/integration/Dockerfile
Normal file
9
test/integration/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM ubuntu:xenial
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python-pip python-dev && \
|
||||
pip install tox
|
||||
COPY . /integration
|
||||
WORKDIR /integration
|
||||
|
||||
CMD ["tox", "-e", "integration-tests"]
|
Loading…
Add table
Add a link
Reference in a new issue