Commit graph

9 commits

Author SHA1 Message Date
Lukasz Langa
01c0c648e1 Only require Mock on Python 3.4 and older. Use the builtin one elsewhere.
Mock 2.0 is using pbr which is hostile to environments without network access.
It's not required on Python 3.5+ so I made it possible to use `unittest.mock`
on this version.

Updated tox.ini to reflect this. Tested with 2.7.11, 3.3.6, 3.4.5, and 3.5.2 on
macOS 10.12.1 with tox and pyenv.
2016-11-27 15:13:30 -08:00
Ian Cordasco
b995d56e19
Add coverage reporting and uploading
Upload our coverage data to codecov.io and aggregate it on test runs.
2016-08-06 15:21:50 -05:00
Ian Cordasco
867727f304 Merge remote-tracking branch 'rewrite/master' into proposed/3.0 2016-03-15 16:00:19 -05:00
Ian Cordasco
e66fc2efa8 Start creating documentation 2016-01-19 07:19:16 -06:00
Ian Cordasco
4d13923bfb Ignore test log files 2016-01-10 13:15:14 -06:00
Ian Cordasco
8b35e29f4f Ignore .eggs/ directory 2016-01-10 13:14:09 -06:00
Ian Cordasco
7b2a1c157b Bare bones of a notification system 2015-12-28 23:32:42 -06:00
Ian Cordasco
63b9a84367 Add a few more items to our gitignore 2015-10-24 18:39:53 -05:00
Joe Gordon
a70fc46347 Add a .gitignore file 2014-10-14 13:15:33 -07:00