summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Automate steps to upload to PyPIVincent Driessen2016-04-241-24/+8
|
* Information on how to make a release on pypiSebastian Thiel2016-04-241-0/+27
|
* docs(README): remove link to (now deleted) mailing listSebastian Thiel2015-09-251-3/+1
|
* docs(README): removed coveralls linkSebastian Thiel2015-08-081-1/+0
| | | | | Coveralls was disabled a while ago because it would prevent merging PRs from the phone.
* docs(README): travis badge for master, not 0.3Sebastian Thiel2015-06-261-1/+1
|
* docs(README): added code-climate badgeSebastian Thiel2015-04-101-0/+1
| | | | We are not too good, but nothing to shy away from.
* docs(README): remove future goalsSebastian Thiel2015-04-081-9/+0
| | | | Because there are none.
* An attempt to better steer questions and answers.Sebastian Thiel2015-02-021-7/+12
| | | | | | Currently, people put it onto the mailing list and on stack overflow [ci skip]
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+1
| | | | | | That way they are protected from regression. Fixes #239
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-0/+2
| | | | | | GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239
* Fixed youtube playlist linkSebastian Thiel2015-01-131-1/+1
| | | | [ci skip]
* Added twitch/youtube information to ReadmeSebastian Thiel2015-01-101-0/+10
|
* Updated branch in coverage descriptionSebastian Thiel2015-01-061-1/+1
|
* Updated readme to better represent current stateSebastian Thiel2015-01-061-17/+1
| | | | And to trigger travis to build and work ...
* 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