mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
11 lines
133 B
Makefile
11 lines
133 B
Makefile
init:
|
|
pip install -r reqs.txt
|
|
|
|
test:
|
|
nosetests tests/integration_tests.py --processes=25
|
|
|
|
site:
|
|
cd docs; make dirhtml
|
|
|
|
docs: site
|