commit | 4ab72895dff4f647a35015ea5b58cfc573a8b858 | [log] [tgz] |
---|---|---|
author | Max Rasskazov <mrasskazov@mirantis.com> | Tue Apr 26 18:01:24 2016 +0300 |
committer | Max Rasskazov <mrasskazov@mirantis.com> | Tue Apr 26 18:01:24 2016 +0300 |
tree | db8a70b61aae0f2a22e53a11e9b05cf12045ee5d | |
parent | 4997bc0314bef37d812a3b78f4e93a7425fdc638 [diff] [blame] |
Added py27 env to tox.ini Change-Id: I8180ce9d652d9be4be883efb936fcc69532dd498 Related-Bug: #1569334
diff --git a/tox.ini b/tox.ini index 2f99045..78ea67b 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34-constraints,py27-constraints,pypy-constraints,pep8-constraints +envlist = py27,py34-constraints,py27-constraints,pypy-constraints,pep8-constraints skipsdist = True [testenv]