try to extend python releases on travis to python 3.5, 3.6, 3.7, but has still issues

This commit is contained in:
Eberhard Graether
2018-12-18 16:50:04 +01:00
parent 834cfc336e
commit 3ef6b882a4
5 changed files with 101 additions and 54 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ set(SWIG_INTERFACE_FILE "${RESOURCES_SWIG_DIR}/interface/${PACKAGE_NAME}.i")
# --- Find Python ---
find_package(PythonLibs)
find_package(PythonLibs ${PYTHON_VERSION} REQUIRED)
# --- Find Swig ---