Skip to content

Commit db624a9

Browse files
CoderJayOjoowani
authored andcommitted
Refactor modules across the board and add more API methods
1 parent 5c8c894 commit db624a9

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

+2726
-3091
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)