diff options
| author | Xavier Ordoquy <xordoquy@linovia.com> | 2013-12-05 21:36:12 +0100 |
|---|---|---|
| committer | Xavier Ordoquy <xordoquy@linovia.com> | 2013-12-05 21:36:12 +0100 |
| commit | 0bfeaccf8c90f2d5d439836afaf65e8fd47f3dc3 (patch) | |
| tree | 0efd9a590a17e140bb5d9d5be48a4eaa32f4277a | |
| parent | 6716e3384f0e81dfef1cb736d020b320c03364f4 (diff) | |
| download | raven-celery_3_1_x.tar.gz | |
Removed django-celery has it’s no more needed with celery 3.1celery_3_1_x
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rwxr-xr-x | setup.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9bf9a7a..b9f3095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ install: - make bootstrap - "if [[ ${TRAVIS_PYTHON_VERSION::1} == '2' ]]; then pip install gevent --use-mirrors; fi" - "if [[ ${TRAVIS_PYTHON_VERSION} == '3.2' ]]; then pip install -I https://github.com/celery/celery/archive/3.0.zip; fi" - - "if [[ ${TRAVIS_PYTHON_VERSION::1} == '3' ]]; then pip uninstall django-celery -y; fi" script: - "if [[ ${TRAVIS_PYTHON_VERSION} != 'pypy' ]]; then make lint; fi" - py.test tests/ --cov raven --cov-report term-missing @@ -59,7 +59,6 @@ tests_require = [ 'bottle', 'celery>=2.5', 'Django>=1.2', - 'django-celery>=2.5', 'exam>=0.5.2', 'logbook', 'mock', |
