From 67545361435465f386c2f77f10723dffa74d5917 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sat, 15 Nov 2014 09:20:17 +0100 Subject: [PATCH] Travis debug: test timeside version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 42aad900..82cc1fbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ 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: -- 2.39.5