summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-01-05 15:54:25 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-01-05 15:54:25 +0100
commite5be640268495c14af69629088e7cc40fa606563 (patch)
treed240da308fc2908c158fa3091764af70ae26dd1d /tox.ini
parent0b4b88286215fb374e98278da38009b6decdaa8f (diff)
downloadcython-e5be640268495c14af69629088e7cc40fa606563.tar.gz
Remove Py2.6 from tested tox.ini envs.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65fcab115..f12b4adea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py34, py35, py36, py37, py38, py39, py310, py311, pypy
+envlist = py27, py34, py35, py36, py37, py38, py39, py310, py311, pypy
[testenv]
setenv = CFLAGS=-O0 -ggdb