Add coverage to requirements

parent 7856656d
...@@ -4,7 +4,7 @@ hg clone https://tomchristie@bitbucket.org/tomchristie/django-rest-framework ...@@ -4,7 +4,7 @@ hg clone https://tomchristie@bitbucket.org/tomchristie/django-rest-framework
cd django-rest-framework/ cd django-rest-framework/
virtualenv --no-site-packages --distribute --python=python2.6 env virtualenv --no-site-packages --distribute --python=python2.6 env
source ./env/bin/activate source ./env/bin/activate
pip install -r requirements.txt # django pip install -r requirements.txt # django, coverage
# To run the tests... # To run the tests...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment