From 12c9e16f37e884862f504c2ac5fffb93c0cfa6c9 Mon Sep 17 00:00:00 2001 From: Job Evers Date: Fri, 10 Jun 2016 01:22:51 -0500 Subject: [PATCH] fix typo to actually use ubuntu trusty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64fa247ea..83f5cf454 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ matrix: include: - os: linux sudo: required - dist: trust + dist: trusty # dh-virtualenv requires that we use the same python interpreter # that comes with the system, so we don't want to use anything that # travis would try to set-up for us in python