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/01/24 11:23:35 UTC

[libcloud] 01/02: Don't run integration tox target by default when using tox command.

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 e3706c526c4f9052d081bd06ed29ce1a46d27ce3
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Jan 24 12:22:58 2020 +0100

    Don't run integration tox target by default when using tox command.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 4aaa250..c694451 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{pypy3.5,3.5,3.6,3.7,3.8},checks,lint,pylint,mypy,docs,integration,coverage
+envlist = py{pypy3.5,3.5,3.6,3.7,3.8},checks,lint,pylint,mypy,docs,coverage
 skipsdist = true
 
 [testenv]