Skip to content

Commit 7db12f1

Browse files
authored
[tests] Simplify instructions to use the docker test runner (#656)
1 parent eb70520 commit 7db12f1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

8281
For 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
115110
of the algorithm. To run your benchmark, just:
116111

117112
$ python -m tests.benchmark
118-

0 commit comments

Comments
 (0)