15 Commits (4556f39c34b9f6dd3ad9d9f7d6c27f25cca30ad6)

Author SHA1 Message Date
Sylvain ce89b563eb Remove versions 8 years ago
Sylvain b504e197d5 Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
8 years ago
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 df22f127eb Test the worker in its own subprocess
- run with an empty queue
- schedule one job (which uses get_current_connection and get_current_job) and
run `rqworker`
- schedule a job that itself schedules `access_self` and run `rqworker`
- Make sure the job didn't fail by assuring the failed queue is still empty
  afterwards.
- Install this package locally when running in travis.
  This actually unifies the behaviour of tox and travis as tox also builds the
  package and then installs it into each test environment.
- fix flake8 (as run by tox)
9 years ago
Samuel Colvin facd5f6eab add python 3.5 to travis 9 years ago
Samuel Colvin fa48751fed correct SLOW env var, run slow tests on ci 9 years ago
Tamir Duberstein a37621a429 Switch to Travis container-based infrastructure 10 years ago
Vincent Driessen db37d8b326 Test on Python 3.4 on Travis, too. 11 years ago
Vincent Driessen 36ac9a5209 Add coverage reporting for RQ. 11 years ago
Vincent Driessen acc8b81617 Enable Redis service explicitly on Travis. 11 years ago
Alex Morega 610c26d816 run tests on py33 12 years ago
Vincent Driessen 0bc451f75b Install importlib on Travis' py26 environment. 12 years ago
Vincent Driessen 36eb555981 Update Travis CI config file to use py.test. 12 years ago
Vincent Driessen bd4793f116 Add way of running tests unfiltered. 13 years ago
Vincent Driessen b0a42f4e25 Add Travis CI configuration file. 13 years ago