]> git.parisson.com Git - telemeta.git/commitdiff
Setup: set requirements to django==1.6.8 (same as TimeSide)
authorThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 14:48:09 +0000 (15:48 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 14:48:09 +0000 (15:48 +0100)
.travis.yml
setup.py

index 2993c7517e3466a22cb359a9295b0dc1a8c1a6cb..8ebbd527deab4f60971c6c11e13e996275a05ff9 100644 (file)
@@ -15,12 +15,11 @@ before_install:
  - echo "deb-src http://debian.parisson.com/debian/ precise main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
  - sudo apt-get update
  - sudo apt-get install -y python-timeside
- - python -c "import timeside; print timeside.__version__"
 
 # command to install dependencies
 install:
- - pip install -v -e . --no-install --no-download 
- - python setup.py install
+ - pip install -U timeside
+ - pip install -e . 
 
 # command to run tests
 script:
index 62300d89e27f5090753d419b8d07d7595290bd1a..871d62cf9f29e13924946d51c3895cbd54b47757 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
   author_email = "yomguy@parisson.com",
   version = '1.5',
   install_requires = [
-        'django==1.6.7',
+        'django==1.6.8',
         'django-registration',
         'django-extensions',
         'django-timezones',