File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,26 @@ Contribute
17
17
18
18
Otherwise, if you simply wants to suggest a feature or report a bug, create an issue :
19
19
https://github.com/jazzband/django-pipeline/issues
20
+
21
+
22
+ Running tests
23
+ =============
24
+
25
+ We use tox to run the test suite on different versions locally (and travis-ci
26
+ to automate the check for PRs).
27
+
28
+ To tun the test suite locally, please make sure your python environment has
29
+ tox and django installed::
30
+
31
+ python3.7 -m pip install tox
32
+
33
+ Since we use a number of node.js tools, one should first install the node
34
+ depencies. We reccomend using [nvm](https://github.com/nvm-sh/nvm#installation-and-update) , tl;dr::
35
+
36
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
37
+ nvm install node
38
+ nvm use node
39
+
40
+ And then simply execute tox to run the whole test matrix::
41
+
42
+ tox
You can’t perform that action at this time.
0 commit comments