File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,12 @@ Now you are in a bash shell. You can now run tests as you would do in your local
7676
7777 $ tox -e '{py35,py36}-redis{210}'
7878
79- If you are in a unix machine, we also provide a shell script to execute commands in the provided container (so you don't
80- forget to remove-` --rm ` the container after you run it).
79+ We also provide a shell script to execute commands in the provided container.
8180
8281For example to run the tests for ` redis-py ` 2.10 on Python 3.5 and 3.6:
8382
8483 $ ./scripts/ddtest tox -e '{py35,py36}-redis{210}'
8584
86- You can also add the ` scripts ` folder to your path, so then you can run
87-
88- $ ddtest tox -e '{py35,py36}-redis{210}'
89-
9085
9186### Continuous Integration
9287
@@ -115,4 +110,3 @@ When two or more approaches must be compared, please write a benchmark in the
115110of the algorithm. To run your benchmark, just:
116111
117112 $ python -m tests.benchmark
118-
You can’t perform that action at this time.
0 commit comments