From 5287a25f18d0b971ede08245b25d210112754e76 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Tue, 29 Oct 2013 16:12:07 -0400 Subject: [PATCH] Update MC version in travis config to 1.7.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89cd09c..c5992bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" # - "3.2" env: - - MC_VERSION=1.6.2 + - MC_VERSION=1.7.2 before_install: - wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h - wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/ImPlatform.h