Repository: beam Updated Branches: refs/heads/master 1b363ae9f -> e2aa8892e
Cleanup old cython files before testing again Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/7f19e7a0 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/7f19e7a0 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/7f19e7a0 Branch: refs/heads/master Commit: 7f19e7a0653e6e7f0d53ab537bc4b00f0ab486c0 Parents: 1b363ae Author: Sourabh Bajaj <[email protected]> Authored: Thu May 4 12:01:53 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Thu May 4 13:24:57 2017 -0700 ---------------------------------------------------------------------- sdks/python/tox.ini | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/7f19e7a0/sdks/python/tox.ini ---------------------------------------------------------------------- diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 9c40eb5..2592b17 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -48,6 +48,11 @@ deps = whitelist_externals=find commands = python --version + # Clean up all previous cython generated files. + - find apache_beam -type f -name '*.c' -delete + - find apache_beam -type f -name '*.so' -delete + - find target/build -type f -name '*.c' -delete + - find target/build -type f -name '*.so' -delete pip install -e .[test] python apache_beam/examples/complete/autocomplete_test.py python setup.py test
