diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2016-07-04 10:11:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-04 10:11:35 +0000 |
commit | 28847dd54a22df5f55af71ebb46299162c78f49b (patch) | |
tree | 845b1ced6a1e3663ffd259f7bc83f3353796f67a /tosca2heat/tosca-parser/tox.ini | |
parent | ff5fc2fc822ea6833e8291c129176b87e15dc2a9 (diff) | |
parent | c56a304dbfbc5374cbee8a0e83d24b46cd54813a (diff) |
Merge "fix error when run unittest case"
Diffstat (limited to 'tosca2heat/tosca-parser/tox.ini')
-rw-r--r-- | tosca2heat/tosca-parser/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/tosca-parser/tox.ini b/tosca2heat/tosca-parser/tox.ini index 9e5f365..d646b6e 100644 --- a/tosca2heat/tosca-parser/tox.ini +++ b/tosca2heat/tosca-parser/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pypy,pep8 +envlist = py34,py27,pep8 skipsdist = True [testenv] |