10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 18:57:31 +02:00

Test travis

This commit is contained in:
Anthony Scemama 2015-06-09 11:21:39 +02:00
parent 0a72c3af4c
commit be7f2da464

View File

@ -30,6 +30,8 @@ def finalize():
QP_ROOT = os.getcwd()
QP_ROOT_BIN = join(QP_ROOT, "bin")
QP_ROOT_INSTALL = join(QP_ROOT, "install")
os.environ["PATH"] = ":".join( [QP_ROOT_BIN,os.environ["PATH"] ] )
d_dependency = {
"ocaml": ["m4", "curl", "zlib", "patch", "gcc"],