Skip to content

Commit

Permalink
Merge pull request #110 from Preocts/preocts
Browse files Browse the repository at this point in the history
Clean up tox config
  • Loading branch information
Preocts authored Jun 29, 2023
2 parents 92700a6 + 9118dca commit f4df4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ubuntu:focal

ENV LANG=C.UTF-8

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends software-properties-common
RUN add-apt-repository -y 'ppa:deadsnakes/ppa'
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ skip_missing_interpreters = true
isolated_build = True

[testenv]
download = True
deps =
.[test]
commands =
Expand Down

0 comments on commit f4df4de

Please sign in to comment.