Skip to content
Snippets Groups Projects
Commit e30d0381 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/master' into 1.6

parents c60133c3 00e60f4c
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