Skip to content

Releases: menegazzo/travispy

0.3.5

12 Jun 16:21
Compare
Choose a tag to compare
  • Capability of enable/disable Travis for a repository.
  • Option to synchronize with GitHub.

0.3.4

14 Mar 00:48
Compare
Choose a tag to compare
  • 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

13 Jan 11:29
Compare
Choose a tag to compare
  • 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

20 Oct 15:13
Compare
Choose a tag to compare
  • Handling unexpected errors (such as JSON decode error or connection timeout).

0.3.1

16 Oct 15:38
Compare
Choose a tag to compare
  • Raising errors when API response status code is different than 200.

0.3.0

13 Oct 13:46
Compare
Choose a tag to compare
  • 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

06 Aug 11:24
Compare
Choose a tag to compare
  • Added support for loading objects from lazy information
  • Now Repo, Build and Job entities are stateful

0.1.1

06 Aug 11:23
Compare
Choose a tag to compare
  • 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

0.1.0

06 Aug 11:22
Compare
Choose a tag to compare
  • Initial beta release