Skip to content
Snippets Groups Projects
Commit 00e60f4c authored by Andrew's avatar Andrew
Browse files

Update README.md

parent b2d0b7af
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,17 @@ This will start Tarantool in interactive mode.
To run Tarantool regression tests (test/test-run.py),
a few additional Python modules are necessary:
* daemon
* pyyaml
* msgpack-python
* python-daemon>=1.5.5
* PyYAML==3.10
* argparse==1.1
* msgpack-python==0.4.6
* gevent==1.1b5
* six>=1.8.0
Or run:
```
pip install -r test-run/requirements.txt
```
Simply type 'make test' to fire off the test coverage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment