Skip to content

Commit a4eddfe

Browse files
committed
Added initial configuration of gitdb
1 parent 6576d55 commit a4eddfe

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ http://groups.google.com/group/git-python
3232

3333
ISSUE TRACKER
3434
=============
35+
36+
.. image:: https://travis-ci.org/Byron/gitdb.svg?branch=master :target: https://travis-ci.org/Byron/gitdb
37+
3538
https://github.com/gitpython-developers/gitdb/issues
3639

3740
LICENSE

gitdb/.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
6+
7+
script: nosetests

gitdb/ext/smmap

Submodule smmap updated from 1b3ab55 to 616e9ce

0 commit comments

Comments
 (0)