Skip to content

Commit 4287534

Browse files
committed
try to fix failure python 2.7
1 parent d47ca3b commit 4287534

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ install:
1414
- git clone --depth=1 https://github.com/RedisLabsModules/ReJSON.git && cd ReJSON && make && cd ..
1515
# Install requirements
1616
- pip install -r requirements.txt
17+
- pip install coveralls
18+
- pip install wheel
19+
- pip install twine
1720
# Install rejson-py to test rejson-py
18-
- pip install -e .
21+
# - pip install -e .
1922

2023
before_script:
2124
- ./redis/src/redis-server --loadmodule ReJSON/src/rejson.so &
2225

2326
script:
24-
- python setup.py test
27+
- coverage run --source=rejson setup.py test

0 commit comments

Comments
 (0)