Install coverage.py outside of travis too

This commit is contained in:
Markus Unterwaditzer 2014-04-30 01:03:54 +02:00
parent 45793bbddc
commit a2f9a38e02

View file

@ -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