Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include tox.ini (because need unit test) #646

Merged
merged 2 commits into from Aug 14, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -12,6 +12,7 @@ include test/example.py
include test/iso_8859_1.py
include test/fake_configuration/.pep8
include test/fake_pycodestyle_configuration/tox.ini
include tox.ini
recursive-exclude test/suite *.py
recursive-exclude test/suite/out *.py
exclude .travis.yml
Expand All @@ -27,5 +28,4 @@ exclude test/acid_pypi.py
exclude test/suite
exclude test/suite/out
exclude test/vim_autopep8.py
exclude tox.ini
exclude update_readme.py
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,5 +8,5 @@ commands=
python test/acid.py --aggressive test/example.py
python test/acid.py --compare-bytecode test/example.py
deps=
pycodestyle>=2.0
pycodestyle>=2.9.1
pydiff>=0.1.2