]> git.parisson.com Git - telemeta.git/commitdiff
Travis debug: timeside version >= 0.5.6 in setup
authorThomas Fillon <thomas@parisson.com>
Sat, 15 Nov 2014 17:16:34 +0000 (18:16 +0100)
committerThomas Fillon <thomas@parisson.com>
Sat, 15 Nov 2014 17:16:44 +0000 (18:16 +0100)
.travis.yml
setup.py

index 82cc1fbce4dac3072701f33b59c4a95bd74a90ac..be9396dfde805bfa60f9a5b93d8570f8d46c9ce2 100644 (file)
@@ -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
index 8c7fa0a08e73602fa840fec75b133695e9db2d27..62300d89e27f5090753d419b8d07d7595290bd1a 100644 (file)
--- 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',