mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
0d88a6b3ab
commit
c54aaeb56e
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -31,7 +31,12 @@ install-servers:
|
||||||
done
|
done
|
||||||
|
|
||||||
install-test: install-servers
|
install-test: install-servers
|
||||||
pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack
|
pip install \
|
||||||
|
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