varlink / python

Python implementation of the Varlink protocol
https://varlink.org/python/
Apache License 2.0
43 stars 8 forks source link

Improve packaging #16

Closed 4383 closed 5 years ago

4383 commented 5 years ago

If you accept these changes then after you need to update the deploy section inside the .travis.yml file and you need to encrypt your password.

For further reading about how to deploy on pypi from travis you can read these docs:

Also at each github push, CI will check readme syntax, packaging, etc, too

With these changes the next time you will push a new git tag on github it will build and deploy a related release on pypi automatically.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 236


Totals Coverage Status
Change from base Build 233: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls
4383 commented 5 years ago

I'm puzzled why we facing the py34 issue in CI... in my previous PR we don't have this issue and the code was identical, I'll spend some time to try to figure out why this error is raised.

4383 commented 5 years ago

Well, I've switch from stestr to nose everywhere on unit test and CI seems happy now.

I suppose stestr possibly have some uncompatiblilities with python 3.4...

Anyway, I really prefer to use nose rather than stestr.