Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.md LICENSE.ISC LICENSE.MIT AUTHORS test_httpbin.py
include README.md LICENSE.ISC LICENSE.MIT AUTHORS tox.ini
recursive-include tests *.py
recursive-include httpbin/templates *
recursive-include httpbin/static *
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,py311,py312,pypy3
envlist = py38,py39,py310,py311,py312,py313,py314

[testenv]
extras = test
Expand Down
Loading