summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-4/+0
| | | | More to come, especially when it's about strings
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+1
| | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements
* Added build-the-docs badge and updated urlSebastian Thiel2014-11-191-1/+3
|
* Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-toxSebastian Thiel2014-11-141-3/+18
|\ | | | | | | | | | | | | Conflicts: README.md requirements.txt setup.py
| * Use tox to easily run tests in venvAntoine Musso2014-07-251-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv which let you craft a fresh python environement to execute command in. It creates the env with virtualenv, install dependencies, run python setup.py install in it and then execute whatever command you want it to do and report status. To do so I simply: - listed tests dependencies in test-requirements.txt (which are just nose and mock) - provide a tox.ini file which describe how to install the dependencies and execute nosetests - added the module 'coverage' to the list of test dependencies To run tests simply: pip install tox && tox That will execute the test command 'nosetests' using python2.6 and then python 2.7. The additional env 'cover' can be run using: tox -ecover.
| * List runtime dependencies in requirements.txtAntoine Musso2014-07-251-3/+7
| | | | | | | | | | More and more packages are listing their dependencies in requirements.txt which make it trivial to maintain and install them.
* | Updated README to better represent current stateSebastian Thiel2014-11-141-36/+25
|/
* Update README.md to use fixed dateAntoine Musso2014-07-241-1/+1
| | | | Relative dates are not that precise, so instead of 3 years ago set it the last release date to July 2011.
* Added coverage reportSebastian Thiel2014-05-191-0/+1
|
* Updated readme with development statusSebastian Thiel2014-05-071-2/+35
| | | | [skip ci]
* Fixed travis-ci url in ReadmeSebastian Thiel2014-05-041-1/+1
|
* Added support for travis ciSebastian Thiel2014-05-041-0/+63