Skip to content

Commit f4df4de

Browse files
authored
Merge pull request #110 from Preocts/preocts
Clean up tox config
2 parents 92700a6 + 9118dca commit f4df4de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM ubuntu:focal
22

3+
ENV LANG=C.UTF-8
4+
35
RUN apt-get update
46
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends software-properties-common
57
RUN add-apt-repository -y 'ppa:deadsnakes/ppa'

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ skip_missing_interpreters = true
44
isolated_build = True
55

66
[testenv]
7-
download = True
87
deps =
98
.[test]
109
commands =

0 commit comments

Comments
 (0)