An open API service indexing awesome lists of open source software.

https://github.com/klauer/travisfailed

Get travis build logs, parse py.test output, and run vimdiff on failures
https://github.com/klauer/travisfailed

Last synced: 3 months ago
JSON representation

Get travis build logs, parse py.test output, and run vimdiff on failures

Awesome Lists containing this project

README

        

travisfailed
------------

Retrieve build logs, compare py.test output, and run vimdiff on failed test
output.

Requirements
------------

* python 3.6+, docopt
* Tests run using `py.test -v` (dumb parsing may fail with old/new versions)
* travis.rb CLI installed and logged in