mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Add coverage to requirements
This commit is contained in:
parent
7856656df0
commit
cf1f8348a0
2
README
2
README
|
@ -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...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user