Skip to content

Commit 8fcb3ef

Browse files
CoderJayOjoowani
authored andcommitted
Update .gitignore, .travis.yml and README
1 parent db624a9 commit 8fcb3ef

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.egg-info
55
*build/
66
*dist/
7+
*.coverage

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
python:
44
- "2.7"
55
before_install:
6-
- "sh scripts/setup_arangodb_2.5.sh"
6+
- "sh scripts/setup_arangodb_2.6.sh"
77
install:
88
- "pip install ."
99
script: nosetests

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Python-Arango
33

44
Python Driver for ArangoDB REST API
55

6+
[![Build Status](https://travis-ci.org/Joowani/python-arango.svg?branch=master)](https://travis-ci.org/Joowani/python-arango)
7+
68
Overview
79
--------
810

0 commit comments

Comments
 (0)