Add future to deps and explicitly set isort req and update pylint in tox ini


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fe0dc2e2
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fe0dc2e2
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/fe0dc2e2

Branch: refs/heads/master
Commit: fe0dc2e225a9fca16dbf6ccd77de36fcae4a2484
Parents: c0bc584
Author: Holden Karau <hol...@us.ibm.com>
Authored: Sat Sep 2 00:02:24 2017 -0700
Committer: Robert Bradshaw <rober...@gmail.com>
Committed: Thu Oct 12 15:50:09 2017 -0700

----------------------------------------------------------------------
 sdks/python/tox.ini | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/fe0dc2e2/sdks/python/tox.ini
----------------------------------------------------------------------
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index e82b685..039b0e8 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -90,7 +90,9 @@ passenv = TRAVIS*
 deps=
   nose==1.3.7
   pycodestyle==2.3.1
-  pylint==1.7.1
+  pylint==1.7.2
+  future==0.16.0
+  isort==4.2.15
 whitelist_externals=time
 commands =
   time pip install -e .[test]

Reply via email to