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
- Host: GitHub
- URL: https://github.com/klauer/travisfailed
- Owner: klauer
- Created: 2018-04-08T18:35:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T17:10:30.000Z (over 6 years ago)
- Last Synced: 2025-01-17T16:51:49.094Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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