Skip to content

Commit

Permalink
remove test from directly being called in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
bennahugo committed Mar 26, 2024
1 parent c793a40 commit 741e137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docker/python36.docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ADD . /code
WORKDIR /code

# Install base + testing packages
RUN pip3 install .[testing]
RUN pip3 install .[testing]
2 changes: 0 additions & 2 deletions docker/python38.docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ WORKDIR /code

# Install base + testing packages
RUN pip3 install .[testing]

RUN py.test -s -vvv --flake8 tricolour/

0 comments on commit 741e137

Please sign in to comment.