From 616e9113b972688b25e6fc1822785947418501ad Mon Sep 17 00:00:00 2001
From: Pierre-Yves David <pierre-yves.david@octobus.net>
Date: Mon, 24 Mar 2025 10:30:07 +0100
Subject: [PATCH] Also test with pypy

This is a dependencies of things we are considering using with pypy, so
lets make this it remains compatible.
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 0c8169a..b6df1bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist =
   flake8
   mypy
   py3
+  pypy3
 
 [testenv]
 usedevelop = true
-- 
GitLab