mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
d31c6c7847
- Remove relative calls to pip, python (assume virtualenv activated or otherwise "safe" global env) - Full define development and documentation requirements in requirements.txt ``make test-dep`` installs documentation dependencies too, hopefully that's not too annoying. This means development process for documentation and code can begin with: virtualenv . source bin/activate pip install -r requirements.txt
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
# Testing and documentation requirements
|
|
-e .
|
|
-r docs/requirements.txt
|
|
coveralls
|
|
nose
|
|
nose-cov
|
|
pep8
|
|
pyflakes
|