Skip to content
Snippets Groups Projects
Commit 165e01cb authored by inso's avatar inso
Browse files

Fix build on travis

parent fb43356c
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,10 @@ else:
libsodium_path = ""
print(QtCore.QCoreApplication.libraryPaths())
schemas = os.path.join(site.getsitepackages()[0], "jsonschema", "schemas")
onlyfiles = [ f for f in listdir(schemas) if isfile(join(schemas,f)) ]
for f in onlyfiles:
zipincludes.append((os.path.join(schemas, f), os.path.join("jsonschema", "schemas", f)))
onlyfiles = [ f for f in listdir(schemas) if isfile(join(schemas,f)) ]
# Check if we are in Conda env
if 'CONDA_ENV_PATH' in os.environ:
libsodium_path = os.path.join(os.environ['CONDA_ENV_PATH'], "lib",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment