# this will used to integrate with other components in parser # such as verigraph [tox] minversion = 1.6 envlist = py27,pep8 skipsdist = True [testenv] usedevelop = True install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt [testenv:ht] whitelist_externals = bash commands = bash -c 'cd tosca2heat/heat-translator; tox' [testenv:tp] whitelist_externals = bash commands = bash -c 'cd tosca2heat/tosca-parser; tox'