numberoverzero / bottom

asyncio-based rfc2812-compliant IRC Client
http://bottom-docs.readthedocs.io
MIT License
74 stars 23 forks source link

Specify python 3.4 in travis.yml #10

Closed fahhem closed 9 years ago

fahhem commented 9 years ago

If you don't specify python 3.4, your non-tox environment is 2.7 currently. This means when you run your tests, everything is fine, but in after_success when you run coveralls, it's in 2.7. When coveralls parses your source code as 2.7, it doesn't understand any of the new syntax and considers the file as not-python.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c7ab3f6915759c9aa273c68debe5a2741ba3932e on fahhem:patch-1 into 985ac9c342ed9dd9c2d339b115a6937fd881ce4f on numberoverzero:master.

fahhem commented 9 years ago

This resolves #1

numberoverzero commented 9 years ago

Well, that's just made my day. Thank you!