You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rq/.travis.yml

22 lines
374 B
YAML

sudo: false
language: python
services:
- redis
python:
- "2.7"
12 years ago
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "pypy"
install:
- pip install -e .
- pip install pytest-cov
- pip install coveralls
#- pip install pytest # installed by Travis by default already
script:
- RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=5
after_success:
- coveralls