diff --git a/tox.ini b/tox.ini
index ae8da09f0534076293f50cf2a3525a0f3b809c60..1a55872cffca26331b86ca798c6638ccc90d0684 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,10 @@
 [tox]
-envlist = py{27,36,37,38,39,310,311,312,313},pypy{37,38}
-skipsdist = True
+envlist = py{27,37,38,39,310,311,312,313,314},pypy{37,38,39,310}
+package = editable
 
 [testenv]
 commands = pytest {posargs}
 deps = -r dev-requirements.txt
 
 usedevelop = True
+allowlist_externals = pytest
