Repository: incubator-beam Updated Branches: refs/heads/python-sdk 600684865 -> e39bf3ff4
Remove egg_info from setup.cfg Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/44145bbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/44145bbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/44145bbe Branch: refs/heads/python-sdk Commit: 44145bbe02d6cea5c8ecdf7bdcd203f1e54b293e Parents: 6006848 Author: Ahmet Altay <[email protected]> Authored: Tue Aug 16 09:53:00 2016 -0700 Committer: Dan Halperin <[email protected]> Committed: Wed Aug 17 17:48:47 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 + sdks/python/setup.cfg | 2 -- sdks/python/tox.ini | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/44145bbe/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index afe24ee..d509167 100644 --- a/pom.xml +++ b/pom.xml @@ -795,6 +795,7 @@ <exclude>**/test/**/.placeholder</exclude> <exclude>.repository/**/*</exclude> <exclude>**/nose-*.egg/**/*</exclude> + <exclude>**/.tox/**/*</exclude> <!-- Default eclipse excludes neglect subprojects --> <exclude>**/.checkstyle</exclude> http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/44145bbe/sdks/python/setup.cfg ---------------------------------------------------------------------- diff --git a/sdks/python/setup.cfg b/sdks/python/setup.cfg index fcfe003..547a74b 100644 --- a/sdks/python/setup.cfg +++ b/sdks/python/setup.cfg @@ -26,5 +26,3 @@ verbosity=2 # fast_coders_test and typecoders_test. exclude=fast_coders_test|typecoders_test -[egg_info] -egg_base = target http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/44145bbe/sdks/python/tox.ini ---------------------------------------------------------------------- diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index cba9626..5a2572e 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -17,9 +17,6 @@ [tox] envlist = py27 -toxworkdir={toxinidir}/target/tox -distdir={toxinidir}/target/dist -distshare={toxinidir}/target/distshare [pep8] # Disable all errors and warnings except for the ones related to blank lines.
