Repository: beam Updated Branches: refs/heads/master 2f400e2ac -> cd77033b5
Pin versions in tox script Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ce44e10b Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/ce44e10b Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/ce44e10b Branch: refs/heads/master Commit: ce44e10b66600c9155523e1621375a1bc19b4f15 Parents: 2f400e2 Author: Ahmet Altay <[email protected]> Authored: Thu Apr 13 11:03:04 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Thu Apr 13 11:03:04 2017 -0700 ---------------------------------------------------------------------- sdks/python/tox.ini | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/ce44e10b/sdks/python/tox.ini ---------------------------------------------------------------------- diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 2ed21c6..63e197d 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -27,7 +27,7 @@ select = E3 [testenv:py27] # autocomplete_test depends on nose when invoked directly. deps = - nose + nose==1.3.7 commands = python --version pip install -e .[test] @@ -43,8 +43,8 @@ passenv = TRAVIS* platform = linux2 # autocomplete_test depends on nose when invoked directly. deps = - nose - cython + nose==1.3.7 + cython==0.25.2 whitelist_externals=find commands = python --version @@ -61,7 +61,7 @@ passenv = TRAVIS* [testenv:py27gcp] # autocomplete_test depends on nose when invoked directly. deps = - nose + nose==1.3.7 commands = pip install -e .[test,gcp] python --version @@ -71,9 +71,9 @@ passenv = TRAVIS* [testenv:lint] deps= - nose - pep8 - pylint + nose==1.3.7 + pep8==1.7.0 + pylint==1.6.5 commands = pip install -e .[test] {toxinidir}/run_pylint.sh @@ -81,8 +81,8 @@ passenv = TRAVIS* [testenv:docs] deps= - nose - Sphinx + nose==1.3.7 + Sphinx==1.5.5 commands = pip install -e .[test,gcp,docs] {toxinidir}/generate_pydoc.sh
