Merge pull request #3900 from Rmys/master

python3-sanic
This commit is contained in:
Rmys
2017-08-21 17:22:45 +03:00
committed by GitHub
@@ -13,9 +13,6 @@ from pisi.actionsapi import get
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def setup():
shelltools.system("python3 setup.py install")
def build():
pythonmodules.compile(pyVer="3")