[python-dtcwt] 38/497: add travis-ci support

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:47 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 736afe4c0a01327d32fcedf166999c7daac6513b
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 7 18:41:44 2013 +0100

    add travis-ci support
---
 .travis.yml | 9 +++++++++
 setup.py    | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f4ec5df
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+    - "2.7"
+install:
+    - sudo apt-get install libblas-dev liblapack-dev gfortran
+    - pip install .
+script:
+    - nosetests
+
diff --git a/setup.py b/setup.py
index 1fd8805..61eabfc 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
         'dtcwt': ['data/*.mat',],
     },
 
-    setup_requires=['nose>=1.0','coverage','sphinx','setuptools-git >= 0.3',],
+    setup_requires=['nose>=1.0','coverage','sphinx','setuptools','docutils',],
 
     install_requires=['numpy','scipy',],
 

-- 
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