Commit Graph

10 Commits (bc8d4a087ae7be0f821ac7620bf50127773f9123)

Author SHA1 Message Date
Theo 16e02ca1d4 Smoke tests
Arnold Krille c6765e12ff Move the flake8 config to setup.cfg
My editor (atom) reads the setup.cfg but doesn't parse the cmd-line args in the
tox.ini. So lets move the flake8 config to setup.cfg.
Erik Vrolijk 10cca234cd issue
Vincent Driessen 9d78f145a3 Add wheel support to RQ.
Vincent Driessen d1c2b3b78d Merge branch 'selwin-remove-logbook'
Conflicts:
	rq/utils.py
	rq/worker.py
	setup.cfg
	setup.py
Vincent Driessen 0e825c98ca Remove procname dependency.
Vincent Driessen 879a87d158 Remove logbook and replace it with logging.
This reverts commit 1ab8c19696 and
reintroduces all changes made by @dstufft.

Still, it needs more patches to reeanble the default log-to-console
behaviour.  See .
Vincent Driessen 1ab8c19696 Revert "Remove logbook and replace it with logging".
This reverts the commit range f367c38..978ba2d.

Issue  is currently blocking the 0.3.1 release.
Donald Stufft f188d66354 Remove logbook from the install_requires and other dependency areas
Vincent Driessen e992d65a30 Add RPM dependencies.