Use tox for testing inside a container #1884

Closed
g1itch wants to merge 8 commits from ci-tox into v0.6
Showing only changes of commit a94ffef279 - Show all commits

View File

@ -27,6 +27,9 @@ RUN rm -rf /var/lib/apt/lists/*
RUN useradd -m -U builder
RUN python3 -m pip install wheel
RUN python3 -m pip install --upgrade virtualenv
# copy sources
COPY . /home/builder/src
RUN chown -R builder.builder /home/builder/src