mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
we need the git version of werkzeug for ssl support on py3
This commit is contained in:
parent
b093989220
commit
23ae6eb03f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -33,7 +33,7 @@ _davserver() {
|
|||
}
|
||||
|
||||
command__install_tests() {
|
||||
$PIP_INSTALL pytest pytest-xprocess pytest-localserver
|
||||
$PIP_INSTALL pytest pytest-xprocess git+https://github.com/mitsuhiko/werkzeug/ pytest-localserver
|
||||
_optimize_pip
|
||||
_davserver $DAV_SERVER
|
||||
[ "$TRAVIS" != "true" ] || $PIP_INSTALL coverage coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue