From 2872bf7a7433697483eba0030c67ae27c8f7914e Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Mon, 24 Feb 2014 20:19:50 +0100 Subject: TST: switch i386 build to python3.4 defaulting ubuntu 14.04 to do that fix a missing $DIST variable usage in the test script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5bd29af0c..6d87767f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: matrix: include: - python: 3.3 - env: USE_CHROOT=1 ARCH=i386 DIST=saucy + env: USE_CHROOT=1 ARCH=i386 DIST=trusty PYTHON=3.4 - python: 3.2 env: USE_DEBUG=1 - python: 2.7 -- cgit v1.2.1