diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-11 20:07:35 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-11 20:07:35 +0100 |
commit | fedb6816cd045b4a0a12b7cd1a51a1712abde874 (patch) | |
tree | 871fe300612584d787d3b5f729b0367d038ca714 /Makefile | |
parent | 4b618047cee2250f141fb58dbfbc20be892c8035 (diff) |
rollback tests multiprocess, Travis and OSX don't support it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |