Skip to content

Commit

Permalink
Merge pull request #646 from hhatto/fix/fail-test-with-use-pypi-tarball
Browse files Browse the repository at this point in the history
include tox.ini (because need unit test)
  • Loading branch information
hhatto committed Aug 14, 2022
2 parents 4840b6a + f4e7a21 commit 4884136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 4884136

Please sign in to comment.