We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db624a9 commit 8fcb3efCopy full SHA for 8fcb3ef
.gitignore
@@ -4,3 +4,4 @@
4
*.egg-info
5
*build/
6
*dist/
7
+*.coverage
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
python:
- "2.7"
before_install:
- - "sh scripts/setup_arangodb_2.5.sh"
+ - "sh scripts/setup_arangodb_2.6.sh"
install:
8
- "pip install ."
9
script: nosetests
README.md
@@ -3,6 +3,8 @@ Python-Arango
Python Driver for ArangoDB REST API
+[](https://travis-ci.org/Joowani/python-arango)
+
Overview
--------
10
0 commit comments