File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,19 @@ comment about the test results to the pull requests. Alternatively you
111
111
can also login at Travis and enable your fork to run there, too. See the
112
112
`Travis documentation`_ to read about how to do that.
113
113
114
+ Alternatively, create a virtualenv and activate it, then install the
115
+ requirements **in the virtualenv**::
116
+
117
+ $ virtualenv compressor_test
118
+ $ source compressor_test/bin/activate
119
+ (compressor_test) $ pip install -e .
120
+ (compressor_test) $ pip install -r requirements/tests.txt
121
+ (compressor_test) $ pip install Django
122
+
123
+ Then run ``make test`` to run the tests. Please note that this only tests
124
+ django_compressor in the Python version you've created the virtualenv with
125
+ not all the versions that are required to be supported.
126
+
114
127
Contributing Documentation
115
128
--------------------------
116
129
You can’t perform that action at this time.
0 commit comments