Skip to content

Commit

Permalink
Install pymemcache from github.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Aug 3, 2023
1 parent b5bebd1 commit 910cd3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ envlist = py{38,39,310,311}-dj{32,40,41},py311-dj32-nodeps
allowlist_externals = poetry
commands =
poetry install --no-root --with dev --all-extras
pip uninstall --yes pymemcache
pip install https://github.com/pinterest/pymemcache/archive/b51350ac48d5dff35727cf6458150b78dbac7ac4.zip
dj32: pip install "Django>=3.2,<4.0" django-redis
dj40: pip install "Django>=4.0,<4.1"
dj41: pip install "Django>=4.1,<4.2"
Expand Down

0 comments on commit 910cd3f

Please sign in to comment.