From bb7939b061f468f977caba8e5fdaaff62096e7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 27 Apr 2015 15:29:18 +0200 Subject: Simplify dependencies installation for multi-version. You may now use: ``make DJANGO_VERSION=1.7 test``. Valid options: * ``DJANGO_VERSION`` * ``MONGOENGINE_VERSION`` * ``ALCHEMY_VERSION`` --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a1d14f6..ed331d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,7 @@ script: - python setup.py test install: - - pip install Django - - pip install sqlalchemy --use-mirrors - - if ! python --version 2>&1 | grep -q -i pypy ; then pip install Pillow --use-mirrors; fi + - make install-deps notifications: email: false -- cgit v1.2.3