Investigating interminent failings in travis

main
Yannis Spiliopoulos 9 years ago
parent 1a9b36b19e
commit 4d9ced42bc

@ -16,6 +16,6 @@ install:
- pip install coveralls
#- pip install pytest # installed by Travis by default already
script:
- RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=5
- RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=10
after_success:
- coveralls

Loading…
Cancel
Save