Releases: menegazzo/travispy
Releases · menegazzo/travispy
0.3.5
- 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.
0.2.0
- Added support for loading objects from lazy information
- Now Repo, Build and Job entities are stateful
0.1.1
- Added support for Python 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy
- Fixed error when trying to access Travis with and invalid GitHub token
- Removed package "_tests" from distribution