We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47ca3b commit 4287534Copy full SHA for 4287534
.travis.yml
@@ -14,11 +14,14 @@ install:
14
- git clone --depth=1 https://github.com/RedisLabsModules/ReJSON.git && cd ReJSON && make && cd ..
15
# Install requirements
16
- pip install -r requirements.txt
17
+ - pip install coveralls
18
+ - pip install wheel
19
+ - pip install twine
20
# Install rejson-py to test rejson-py
- - pip install -e .
21
+ # - pip install -e .
22
23
before_script:
24
- ./redis/src/redis-server --loadmodule ReJSON/src/rejson.so &
25
26
script:
- - python setup.py test
27
+ - coverage run --source=rejson setup.py test
0 commit comments