You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/03/01 11:33:21 UTC

[libcloud] 02/02: Update mypy tox target.

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 <to...@tomaz.me>
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