rollback tests multiprocess, Travis and OSX don't support it

This commit is contained in:
Filippo Valsorda 2012-12-11 20:07:35 +01:00
parent 4b618047ce
commit fedb6816cd
3 changed files with 5 additions and 2 deletions

View file

@ -17,7 +17,8 @@ install: youtube-dl youtube-dl.1 youtube-dl.bash-completion
install -m 644 youtube-dl.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/youtube-dl
test:
nosetests2 --nocapture test
#nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose --processes 4 test
nosetests --verbose test
.PHONY: all clean install test