* Capability of enable/disable Travis for a repository. * Option to synchronize with GitHub.
0.3.4
-------------------
* Fetching log's body on demand. * Ignore and warn user about unexpected attributes. * Tests refactored to allow local tests by any user (TRAVISPY_TEST_SETTINGS environment variable).
0.3.3
-------------------
* Providing proper access to ``Repo.active`` when this is not returned from API. * Providing proper access to ``Job.duration`` when this is not returned from API.
0.3.2
-------------------
* Handling unexpected errors (such as JSON decode error or connection timeout).
0.3.1
-------------------
* Raising errors when API response status code is different than 200.
0.3.0
-------------------
* Added new entities Branch and Commit. * Now each entity class knows how to retrieve information from Travis CI instead addressing it to Session. * PEP8 was applied to all code.