From notifications-return-16896-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Sun Mar 1 11:33:21 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8402E18067E for ; Sun, 1 Mar 2020 12:33:21 +0100 (CET) Received: (qmail 63393 invoked by uid 500); 1 Mar 2020 11:33:20 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 63372 invoked by uid 500); 1 Mar 2020 11:33:20 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 63366 invoked by uid 99); 1 Mar 2020 11:33:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2020 11:33:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 704AC8DACD; Sun, 1 Mar 2020 11:33:20 +0000 (UTC) Date: Sun, 01 Mar 2020 11:33:21 +0000 To: "commits@libcloud.apache.org" Subject: [libcloud] 02/02: Update mypy tox target. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: tomaz@apache.org In-Reply-To: <158306239975.3306.65341214839905832@gitbox.apache.org> References: <158306239975.3306.65341214839905832@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: libcloud X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Rev: f60e0dd8fc8fea58fcd427905bdc5322ac55ed87 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200301113320.704AC8DACD@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit f60e0dd8fc8fea58fcd427905bdc5322ac55ed87 Author: Tomaz Muraus AuthorDate: Sun Mar 1 12:31:08 2020 +0100 Update mypy tox target. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c694451..076f154 100644 --- a/tox.ini +++ b/tox.ini @@ -200,4 +200,5 @@ commands = mypy --no-incremental libcloud/compute/ mypy --no-incremental libcloud/storage/ mypy --no-incremental example_compute.py - mypy --no-incremental example_storage.py + mypy --no-incremental example_dns.py + mypy --no-incremental example_container.py