[python-dtcwt] 140/497: update travis to test with and without opencl

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit f9bda240e10097c5e5f4816ef94ea813fe830aa8
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Thu Nov 7 12:48:36 2013 +0000

    update travis to test with and without opencl
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6f83bc9..cd97ed8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,11 @@ language: python
 python:
     - "2.7"
     - "3.3"
+env:
+    - PIP_SPECIFIER=.
+    - PIP_SPECIFIER=.[opencl]
 install:
-    - pip install .
+    - pip install -e $PIP_SPECIFIER
 script:
     - python setup.py nosetests
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list