We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbbcda commit 2ab98b7Copy full SHA for 2ab98b7
appveyor.yml
@@ -15,7 +15,7 @@ install:
15
# install runtime dependencies
16
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
17
# install testing dependencies
18
- - "%PYTHON%\\python.exe -m pip install pyyaml"
+ - "%PYTHON%\\python.exe -m pip install pyyaml dbapi-compliance==1.15.0"
19
20
build: off
21
test.sh
@@ -3,7 +3,7 @@
3
set -exu # Strict shell (w/o -o pipefail)
4
5
# Install tarantool.
6
-curl -L https://tarantool.io/installer.sh | VER=2.4 bash
+curl -L https://tarantool.io/installer.sh | VER=2.4 sudo -E bash
7
8
# Install testing dependencies.
9
pip install -r requirements.txt
0 commit comments