-
Notifications
You must be signed in to change notification settings - Fork 58
Travis: generalize matrix to cover python versions as well as gcc versions #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've looked into this, and got as far as #147. I managed to specify a 2 by 2 matrix using dimensions env and python:
So, there are 4 builds, and I run into two errors:
Both seem be problems with the virtualenv that is setup for python, but I don't know how to fix these. |
I think I managed to fix/workaround this. On my opensuse leap laptop, we have:
but if I start up an virtualenv with python3, I get:
So, it seems the virtualenv drops the " -L/usr/lib64" for some reason. The patch below adds it back, and allows us have a reasonable testrun:
|
Please take a look at:
Can you take it from here? Thanks, |
Ideally we'd test for the matrix of all supported gcc versions vs all supported Python versions.
(Help with this would be appreciated!)
The text was updated successfully, but these errors were encountered: