timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Add debian packaging files #12

Closed XECDesign closed 9 years ago

timofurrer commented 9 years ago

Build is failing - but it seems to be an issue with the coverage plugin of nosetests ...

Thank you for the changes :beers:

XECDesign commented 9 years ago

I think it would be failing because it's branched from HEAD rather than the latest release tag. So gbp will notice that the 'upstream' files (the latest release) doesn't match the current files and complain.

timofurrer commented 9 years ago

It's because the coverage plugin has a bug when running with python 3.2. coveragepy does not support python 3.2 even it used to work... I'll fix that in the evening..