mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
|
||||
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
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue