Skip to content

Commit

Permalink
remove pypy from tox tests (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: Iurchenko Sergei
  • Loading branch information
sergei-iurchenko committed Jul 20, 2023
1 parent 8317070 commit 554dac0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Expand Up @@ -2,7 +2,7 @@
requires =
tox<4
envlist =
py{37,38,39,310,py3}-dj{32}-{unittest,pytest}
py{37,38,39,310}-dj{32}-{unittest,pytest}
py{38,39,310}-dj{40}-{unittest,pytest}
py{38,39,310,311}-dj{41,42}-{unittest,pytest}
py{310,311}-dj{main}-{unittest,pytest}
Expand All @@ -12,7 +12,7 @@ deps =
redis
coverage
django-picklefield
dj32: Django>=3.2,<4
dj32: Django>=3.2,<4;
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
Expand All @@ -39,4 +39,3 @@ python =
3.9: py39
3.10: py310
3.11: py311
pypy-3: pypy3

1 comment on commit 554dac0

@Ajithkumar072002
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

congrats

Please sign in to comment.