meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Add Python 3 support and test on Travis CI #89

Closed hugovk closed 7 years ago

hugovk commented 7 years ago

Please enable Travis CI for this repo at https://travis-ci.org/profile/

See .travis.yml for what it does: some static analysis and then does a test run of python generate.py.

Here's an example build: https://travis-ci.org/hugovk/pythonwheels/builds/283534796

meshy commented 7 years ago

@hugovk thank you for this!

I hope you don't mind if I ask for a few alterations:

Once again, this is much appreciated. Thank you!

meshy commented 7 years ago

Oh, I should mention: I've now enabled TravisCI for this project, as you requested.

hugovk commented 7 years ago

Updated!

hugovk commented 7 years ago

@ghickman Thanks, both updated.

hugovk commented 7 years ago

@meshy Updated!

meshy commented 7 years ago

You're a star! Thank you!