From: Thomas Fillon Date: Mon, 17 Nov 2014 14:48:09 +0000 (+0100) Subject: Setup: set requirements to django==1.6.8 (same as TimeSide) X-Git-Tag: 1.5.0rc1~27^2~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9a9405ba30ecfea9ca997ba4df3a4833117a12c1;p=telemeta.git Setup: set requirements to django==1.6.8 (same as TimeSide) --- diff --git a/.travis.yml b/.travis.yml index 2993c751..8ebbd527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/setup.py b/setup.py index 62300d89..871d62cf 100644 --- 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',