From: Thomas Fillon Date: Sat, 15 Nov 2014 17:16:34 +0000 (+0100) Subject: Travis debug: timeside version >= 0.5.6 in setup X-Git-Tag: 1.5.0rc1~27^2~19 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f39eb7f6c69b3449ff6afa97281df6b1d2b41048;p=telemeta.git Travis debug: timeside version >= 0.5.6 in setup --- diff --git a/.travis.yml b/.travis.yml index 82cc1fbc..be9396df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ before_install: # command to install dependencies install: - - pip install -v timeside==0.6.1 - - pip install -v --no-install -e . + - pip install -v -e . - python setup.py install # command to run tests diff --git a/setup.py b/setup.py index 8c7fa0a0..62300d89 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( 'django-breadcrumbs', 'django-bootstrap3', 'django-bootstrap-pagination', - 'timeside', + 'timeside>=0.5.6', 'south', 'sorl-thumbnail', 'docutils',