Skip to content

Commit

Permalink
Add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Frederickson authored and bagerard committed Sep 19, 2024
1 parent b9472c8 commit 3205e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = pypy3-{mg34,mg36,mg39,mg311,mg312,mg4,mg432,mg441,mg462,mg473,mg480}
envlist = pypy3-{mg34,mg36,mg39,mg311,mg312,mg4,mg432,mg441,mg462,mg473,mg480,mg49}
skipsdist = True

[testenv]
Expand All @@ -16,5 +16,6 @@ deps =
mg462: pymongo>=4.6,<4.7
mg473: pymongo>=4.7,<4.8
mg480: pymongo>=4.8,<4.9
mg49: pymongo>=4.9,<5.0
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs

0 comments on commit 3205e61

Please sign in to comment.