Skip to content

Commit

Permalink
Adjusts tests w/ Docker to pre-commit's needs
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture authored and nicolaiarocci committed Aug 2, 2018
1 parent 3b01846 commit 31a7132
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
.*
.benchmarks
.cache
.dockerignore
.eggs
.pytest_cache
.readthedocs.yml
.tox
.travis.yml
**/*.egg-info
**/*.orig
**/*.pyc
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM funkyfuture/nest-of-serpents
ENTRYPOINT tox
WORKDIR /src

RUN pip3.6 install flake8 pytest tox PyYAML Sphinx==1.5.6 \
RUN pip3.6 install black flake8 pre-commit pytest tox PyYAML Sphinx \
&& mkdir /home/tox \
&& mv /root/.cache /home/tox/

Expand Down

0 comments on commit 31a7132

Please sign in to comment.