summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-01-05 15:52:52 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-01-05 15:52:52 +0100
commit2cff1bfc9151f770196b33c5ae0a27a1445110f4 (patch)
tree44505aed8c1b67ddd4271caa0329d9b1bac00fc6
parent78bb64051f57944dcec839899b3cecd311113050 (diff)
downloadcython-2cff1bfc9151f770196b33c5ae0a27a1445110f4.tar.gz
Update tox.ini a little and include it in sdist.
Closes https://github.com/cython/cython/issues/5193
-rw-r--r--MANIFEST.in1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c25865da9..55d7a1969 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ include MANIFEST.in README.rst INSTALL.txt ToDo.txt USAGE.txt CHANGES.rst
include COPYING.txt LICENSE.txt Makefile
include .gitrev
include pylintrc
+include tox.ini
include setup.py
include setupegg.py
include bin/*
diff --git a/tox.ini b/tox.ini
index 5f86476f6..a3e76eac0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py32, py33, py34, pypy
+envlist = py26, py27, py34, py35, py36, py37, py38, py39, py310, py311, pypy
[testenv]
setenv = CFLAGS=-O0 -ggdb