13 Commits (1a9b36b19ef6415457636588966ea7bec751f6c8)

Author SHA1 Message Date
Arnold Krille 8e99706b16 run python 3.5 on travis, adopt timeouts
Also
- Report the five slowest tests to watch for risk of timeout
- Double timeouts.
  Maybe that helps pypy on travis to finish successfully.
9 years ago
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.
9 years ago
Arnold Krille eaa001c722 ignore lambdas as function definitions 9 years ago
Vincent Driessen c344c2f334 Add Python 3.5 unit tests 9 years ago
Vincent Driessen aa3cf85531 Run flake8 checks as part of test suite. 10 years ago
Vincent Driessen 712e663ffc Allow passing in positional arguments via tox to pytest.
See docs for details: http://tox.readthedocs.org/en/latest/example/general.html
11 years ago
Vincent Driessen 13ae0353c9 Add coverage commands to tox. 11 years ago
Vincent Driessen c5939479b5 Merge remote-tracking branch 'origin/master' into SanyerMyasoedov-master
Conflicts:
	rq/decorators.py
	tests/__init__.py
	tests/test_decorator.py
11 years ago
Vincent Driessen 1f423436a5 Move mock to test-only dependencies. 11 years ago
Vincent Driessen cb278a9549 Add Python 3.4 to targets. 11 years ago
Alex Morega 2e517001a9 pass on arguments to py.test 12 years ago
Alex Morega 610c26d816 run tests on py33 12 years ago
Vincent Driessen 73e6017896 Add tox tests, for Python 2.6 and PyPy. 12 years ago