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 57532a9 commit 8c84b31Copy full SHA for 8c84b31
.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
0 commit comments