[python-dtcwt] 06/17: Fix builds on Travis
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Mar 9 11:28:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-dtcwt.
commit 6a65651277ff795851b6be5350b149371c7e4ac9
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Tue Mar 8 13:50:05 2016 +0000
Fix builds on Travis
The Travis images no-longer include restricted in the base VM image. Take the
opportunity to move over to trusty VMs.
---
.travis.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index db22543..b29e2ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,13 @@
+dist: trusty
+sudo: required
language: python
cache:
- apt
before_install:
+ - sudo apt-get install -y software-properties-common
+ - sudo add-apt-repository -y "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe multiverse restricted"
- sudo apt-get update -qq
- - sudo apt-get install -y fglrx opencl-headers
+ - sudo apt-get install -y opencl-headers fglrx
env:
- TOX_ENV=py34
- TOX_ENV=py27
--
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