You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2017/10/24 19:37:22 UTC

[2/7] beam git commit: Use tox instead of detox. Looks like we reverted to tox on the master branch.

Use tox instead of detox. Looks like we reverted to tox on the master branch.


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

Branch: refs/heads/release-2.2.0
Commit: 7ff94e67116f9df3070ce1ab58c2c81556fc8018
Parents: 423e470
Author: Valentyn Tymofieiev <va...@google.com>
Authored: Thu Oct 12 13:10:00 2017 -0700
Committer: Valentyn Tymofieiev <va...@google.com>
Committed: Wed Oct 18 07:19:41 2017 -0700

----------------------------------------------------------------------
 sdks/python/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/7ff94e67/sdks/python/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/python/pom.xml b/sdks/python/pom.xml
index 5cddef8..b42fb70 100644
--- a/sdks/python/pom.xml
+++ b/sdks/python/pom.xml
@@ -149,7 +149,7 @@
                 <argument>--user</argument>
                 <argument>--upgrade</argument>
                 <argument>--ignore-installed</argument>
-                <argument>detox</argument>
+                <argument>tox</argument>
               </arguments>
               <environmentVariables>
                 <PYTHONUSERBASE>${python.user.base}</PYTHONUSERBASE>
@@ -204,7 +204,7 @@
                   <goal>exec</goal>
                 </goals>
                 <configuration>
-                  <executable>${python.user.base}/bin/detox</executable>
+                  <executable>${python.user.base}/bin/tox</executable>
                   <arguments>
                     <argument>-e</argument>
                     <argument>ALL</argument>