pip3, /python3-pytest ver. bump
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.2.4")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","8.3.4")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
Reference in New Issue
Block a user