# This file is part of <%= package.name %>. # <%= package.url %> # Licensed under the <%= package.license %> license: # http://www.opensource.org/licenses/<%= package.license%>-license # Copyright (c) <%= package.created.year %>, <%= package.author.name %> <<%= package.author.email %>> [tox] envlist = <%= package.pythonVersions.join(', ') %> [testenv] commands = make setup make test