mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Install development hypothesis and pytest
This commit is contained in:
parent
2c3af41fa6
commit
b89b890769
1 changed files with 8 additions and 1 deletions
9
Makefile
9
Makefile
|
|
@ -27,8 +27,15 @@ install-servers:
|
|||
done
|
||||
|
||||
install-test: install-servers
|
||||
pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack
|
||||
(python --version | grep -vq 'Python 3.3') || pip install enum34
|
||||
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
|
||||
pip install -U --force-reinstall \
|
||||
git+https://github.com/DRMacIver/hypothesis \
|
||||
git+https://github.com/pytest-dev/pytest; \
|
||||
else
|
||||
pip install pytest hypothesis
|
||||
fi
|
||||
pip install pytest-xprocess pytest-localserver pytest-subtesthack
|
||||
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue