SRI-CSL / whole-program-llvm

A toolkit for building whole-program LLVM bitcode files
MIT License
72 stars 11 forks source link

Fix Travis in several ways #17

Closed delcypher closed 7 years ago

delcypher commented 7 years ago

This PR does the following:

@ianamason You'll see I've added a pip --version command. In Travis if you look at the log for each Python configuration you'll see they show different output. So now we can see that the intended python version is being used.

I'm not sure if you needed Python 2.6 support but I can't run the unit tests under that ancient version.

delcypher commented 7 years ago

@ianamason Okay this ready for you take a look at now.

ianamason commented 7 years ago

Thank you for this Daniel.

I have never knowingly used 2.6 so ...

I'll merge and push the pip now.

ianamason commented 7 years ago

1.0.17 is live on pypi so if you wanna give it a burl, I can then close the issue. Again thanks.

delcypher commented 7 years ago

@ianamason 1.0.17 is working fine. I've closed the issue noting the commits and PR needed to fix the issue.