File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -46,29 +46,9 @@ launch them through:
4646[ docker-compose ] : https://www.docker.com/products/docker-compose
4747
4848
49- #### Running the Tests in your local environment
50-
51- Once docker is up and running you should be able to run the tests. To launch a
52- single test manually. For example to run the tests for ` redis-py ` 2.10 on Python
53- 3.5 and 3.6:
54-
55- $ tox -e '{py35,py36}-redis{210}'
56-
57- To see the defined test commands see ` tox.ini ` .
58-
59- To launch the complete test matrix run:
60-
61- $ tox
62-
63-
6449#### Running Tests in docker
6550
66- If you prefer not to setup your local machine to run tests, we provide a preconfigured docker image.
67- Note that this image is the same used in CircleCI to run tests.
68-
69- You still need docker containers running additional services up and running.
70-
71- Run the test runner
51+ Once your docker-compose environment is running, you can run the test runner image:
7252
7353 $ docker-compose run --rm testrunner
7454
You can’t perform that action at this time.
0 commit comments