Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msabramo/piptox

pip + tox + ? = profit
https://github.com/msabramo/piptox

Last synced: 28 days ago
JSON representation

pip + tox + ? = profit

Awesome Lists containing this project

README

        

piptox
======

.. image:: https://secure.travis-ci.org/msabramo/piptox.png?branch=master
:target: http://travis-ci.org/msabramo/piptox

Sample usage::

piptox git+https://github.com/msabramo/piptox.git # Yes, you can run piptox on its own repo :-)

This downloads from the above URL into a temporary directory using
`pip `_ and then runs
`tox `_ in that directory. This gives you a very quick
and dirty poor man's CI system.

For more info::

piptox --help