[pytango] 57/122: Add travis yaml file

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:18 UTC 2017


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

sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.

commit fb502b9e6809a4c1a65fc56e2d795e2828266f0f
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Tue Oct 11 14:13:46 2016 +0200

    Add travis yaml file
---
 .travis.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0f793da
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,25 @@
+sudo: false
+
+language: python
+
+python:
+  - 2.7
+  - 3.4
+
+cache:
+  directories:
+    - .
+
+before_install:
+  - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
+  - bash miniconda.sh -b -p $HOME/miniconda
+  - export PATH="$HOME/miniconda/bin:$PATH"
+  - conda update --yes conda
+
+install:
+  - conda install --yes python=$TRAVIS_PYTHON_VERSION 
+  - conda install --yes -c vxgmichel tango=9.2.2
+  - conda install --yes numpy  # Not a strong requirement yet
+
+script:
+  - python setup.py test

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



More information about the debian-science-commits mailing list