Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/piptox
pip + tox + ? = profit
https://github.com/msabramo/piptox
Last synced: 28 days ago
JSON representation
pip + tox + ? = profit
- Host: GitHub
- URL: https://github.com/msabramo/piptox
- Owner: msabramo
- Created: 2012-06-15T09:05:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T01:50:05.000Z (over 12 years ago)
- Last Synced: 2024-05-09T20:41:21.883Z (8 months ago)
- Language: Python
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
piptox
======.. image:: https://secure.travis-ci.org/msabramo/piptox.png?branch=master
:target: http://travis-ci.org/msabramo/piptoxSample 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