mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
4212797531
commit
d4a55f55b8
1 changed files with 1 additions and 6 deletions
7
Makefile
7
Makefile
|
|
@ -31,12 +31,7 @@ install-servers:
|
||||||
done
|
done
|
||||||
|
|
||||||
install-test: install-servers
|
install-test: install-servers
|
||||||
pip install \
|
pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack
|
||||||
pytest==2.8.5 \
|
|
||||||
pytest-xprocess \
|
|
||||||
pytest-localserver \
|
|
||||||
hypothesis \
|
|
||||||
pytest-subtesthack
|
|
||||||
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue