Skip to content

Commit

Permalink
Workaround for check-manifest + pbr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lvh committed Jun 19, 2014
1 parent 680528b commit c2a0a57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ commands =
python -m doctest README.rst

[testenv:metadata]
setenv =
# PBR_VERSION is a workaround for check-manifest, which wants to
# make "clean sdists" that do not include egg-info. As a result,
# pbr can't figure out the package version.
PBR_VERSION = 0.0.0
deps =
check-manifest==0.21
pep8==1.5.7
Expand All @@ -26,8 +31,7 @@ deps =
pip-tools==0.3.4
pyroma==1.6
commands =
# check-manifest temporarily disabled pending bug resolution:
# https://github.com/mgedmin/check-manifest/issues/30
check-manifest
pyflakes jorji
pep8 jorji
pep257 jorji
Expand Down

0 comments on commit c2a0a57

Please sign in to comment.