jmullan / pytravis

Run your travis-ci scripts locally to preview their results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

======== pytravis

Run your travis-ci scripts locally to preview their results. This doesn't do any of the installation or matrix stuff (for the most part).

Installation

To install, use the setup.py

python setup.py install

Basic Use

Run your scripts:

pytravis

Or explicitly:

pytravis run

You can also use this to run your installer, but probably that will be trouble

pytravis install

About

Run your travis-ci scripts locally to preview their results.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%