mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Install coverage.py outside of travis too
This commit is contained in:
parent
45793bbddc
commit
a2f9a38e02
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -12,7 +12,7 @@ _davserver() {
|
|||
}
|
||||
|
||||
install_build_tests() {
|
||||
$PIP_INSTALL pytest pytest-xprocess git+https://github.com/geier/leif
|
||||
$PIP_INSTALL coverage pytest pytest-xprocess git+https://github.com/geier/leif
|
||||
_davserver $DAV_SERVER
|
||||
if [ "$TRAVIS" = "true" ]; then
|
||||
export CFLAGS=-O0 # speed up builds of packages which don't have wheels
|
||||
|
|
|
|||
Loading…
Reference in a new issue