Skip to content

Commit

Permalink
build: update CI and tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 9, 2024
1 parent 9b1ac0e commit d455d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get update && \
language-pack-en \
build-essential \
python${PYTHON_VERSION}-dev \
python${PYTHON_VERSION}-distutils \
libmysqlclient-dev \
pkg-config \
libssl-dev \
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ passenv =
DISPLAY
SELENIUM_BROWSER
deps =
setuptools
django42: -r requirements/django.txt
-r {toxinidir}/requirements/test.txt
allowlist_externals =
Expand All @@ -30,6 +31,7 @@ commands =

[testenv:docs]
deps =
setuptools
-r{toxinidir}/requirements/doc.txt
allowlist_externals =
make
Expand Down

0 comments on commit d455d2b

Please sign in to comment.