mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 \
|
pip install -U --force-reinstall \
|
||||||
git+https://github.com/DRMacIver/hypothesis \
|
git+https://github.com/DRMacIver/hypothesis \
|
||||||
git+https://github.com/pytest-dev/pytest; \
|
git+https://github.com/pytest-dev/pytest; \
|
||||||
else
|
else \
|
||||||
pip install pytest hypothesis
|
pip install pytest hypothesis; \
|
||||||
fi
|
fi
|
||||||
pip install pytest-xprocess pytest-localserver pytest-subtesthack
|
pip install pytest-xprocess pytest-localserver pytest-subtesthack
|
||||||
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue