Skip to content

Commit 8c84b31

Browse files
committed
Update gitignore and travis.yml
1 parent 57532a9 commit 8c84b31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

0 commit comments

Comments
 (0)