[pytango] 58/122: Update travis config

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 4fb9edf3357baef5a6c81d958c27c9d1eec272b4
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Tue Oct 11 14:22:41 2016 +0200

    Update travis config
---
 .travis.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0f793da..5c6d04b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,10 @@ sudo: false
 
 language: python
 
+os: linux
+
 python:
-  - 2.7
-  - 3.4
+  - 3.5
 
 cache:
   directories:
@@ -17,7 +18,8 @@ before_install:
   - conda update --yes conda
 
 install:
-  - conda install --yes python=$TRAVIS_PYTHON_VERSION 
+  - conda create --yes --name buildenv python=$TRAVIS_PYTHON_VERSION
+  - source activate buildenv
   - conda install --yes -c vxgmichel tango=9.2.2
   - conda install --yes numpy  # Not a strong requirement yet
 

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