Skip to content

Commit

Permalink
Update tox.ini a little and include it in sdist.
Browse files Browse the repository at this point in the history
Closes #5193
  • Loading branch information
scoder committed Jan 5, 2023
1 parent 78bb640 commit 2cff1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cff1bf

Please sign in to comment.