Skip to content

Commit 57f3dc8

Browse files
committed
Add lots of improvements and refactoring + more endpoints
1 parent 68e7319 commit 57f3dc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2372
-2957
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
2-
sudo: required
2+
sudo: false
33
python:
44
- "2.7"
55
before_install:
6-
- "sh setup_arangodb_2.5.sh"
6+
- "sh scripts/setup_arangodb_2.5.sh"
77
install:
88
- "pip install ."
99
script: nosetests

0 commit comments

Comments
 (0)