Tigge / openant

ANT and ANT-FS Python Library
MIT License
174 stars 80 forks source link

Use setuptools and add travisCI and Coveralls.io #7

Closed Toilal closed 9 years ago

Toilal commented 9 years ago

Hope it will works :)

Toilal commented 9 years ago

It fails, i'm investigating.

I can reproduce on a fresh virtualenv using very last python 2.7.9 version.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling f0b857d1948f4803b9dff4881d3432f5ac9163af on Toilal:ci into \ on Tigge:master**.

Toilal commented 9 years ago

@Tigge it works.

Test fails on python 2.6 because of @unittest.skipUnless decorator (added in python 2.7). Is there anybody still using python 2.6 ? Maybe 2.6 support could be removed ? Readme mentions Python 2.7+ too. Related to https://github.com/Tigge/Garmin-Forerunner-610-Extractor/issues/41.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 5576b0f04688f81f130d2134fd6ffa50f25b7e16 on Toilal:ci into \ on Tigge:master**.

Tigge commented 9 years ago

I think 2.6 support is quite sketchy as is, I don't mind removing it from Travis CI at least. I think 2.6 was kept in to support the python versions present in the latest Debian stable back then. Now 2.7 should be available there as well so go for it.