Skip to content

Commit 2ab98b7

Browse files
committed
added dbapi-compliance to appveyor dependencies
1 parent ccbbcda commit 2ab98b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
# install runtime dependencies
1616
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
1717
# install testing dependencies
18-
- "%PYTHON%\\python.exe -m pip install pyyaml"
18+
- "%PYTHON%\\python.exe -m pip install pyyaml dbapi-compliance==1.15.0"
1919

2020
build: off
2121

Diff for: test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -exu # Strict shell (w/o -o pipefail)
44

55
# Install tarantool.
6-
curl -L https://tarantool.io/installer.sh | VER=2.4 bash
6+
curl -L https://tarantool.io/installer.sh | VER=2.4 sudo -E bash
77

88
# Install testing dependencies.
99
pip install -r requirements.txt

0 commit comments

Comments
 (0)