Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 5d44ae9

Browse files
committed
Move tox section from readme into own file in docs/
1 parent b50f343 commit 5d44ae9

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,7 @@ All tests are currently built around a 6 redis server cluster setup (3 masters +
9090

9191
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).
9292

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)
10694

10795

10896

docs/Tox.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Tox - Multi environment testing
2+
3+
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

Comments
 (0)