You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,7 @@ All tests are currently built around a 6 redis server cluster setup (3 masters +
90
90
91
91
The easiest way to setup a cluster is to use either a Docker or Vagrant. They are both described in [Setup a redis cluster. Manually, Docker & Vagrant](docs/Cluster_Setup.md).
92
92
93
-
94
-
95
-
### Tox - Multi environment testing
96
-
97
-
Tox is the easiest way to run all tests because it will manage all dependencies and run the correct test command for you.
98
-
99
-
TravisCI will use tox to run tests on all supported python & hiredis versions.
100
-
101
-
Install tox with `pip install tox`
102
-
103
-
To run all environments you need all supported python versions installed on your machine. (See supported python versions list) and you also need the python-dev package for all python versions to build hiredis.
104
-
105
-
To run a specific python version use either `tox -e py27` or `tox -e py34`
93
+
To run all tests in all supported environments with `tox` read this [Tox multienv testing](docs/Tox.md)
Tox is the easiest way to run all tests because it will manage all dependencies and run the correct test command for you.
4
+
5
+
TravisCI will use tox to run tests on all supported python & hiredis versions.
6
+
7
+
Install tox with `pip install tox`
8
+
9
+
To run all environments you need all supported python versions installed on your machine. (See supported python versions list) and you also need the python-dev package for all python versions to build hiredis.
10
+
11
+
To run a specific python version use either `tox -e py27` or `tox -e py34`
0 commit comments