mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix makefile
This commit is contained in:
parent
53dc69262e
commit
85a4b4da6d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -32,8 +32,8 @@ install-test: install-servers
|
|||
pip install -U --force-reinstall \
|
||||
git+https://github.com/DRMacIver/hypothesis \
|
||||
git+https://github.com/pytest-dev/pytest; \
|
||||
else
|
||||
pip install pytest hypothesis
|
||||
else \
|
||||
pip install pytest hypothesis; \
|
||||
fi
|
||||
pip install pytest-xprocess pytest-localserver pytest-subtesthack
|
||||
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
||||
|
|
|
|||
Loading…
Reference in a new issue