From d8aed324d44abcefbeb272e874548748bcd97dcc Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Sat, 11 Jan 2020 14:33:01 -0500 Subject: [PATCH] travis: err... it's that syntax (it's been so long since I wrote travis code) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 47c512f..9a5aebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ python: - "3.7" - "3.8-dev" env: - - MC_VERSION=1.15 - - PIL_INCLUDE_DIR=. + - MC_VERSION=1.15 PIL_INCLUDE_DIR=. before_install: - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/Imaging.h - wget https://raw.githubusercontent.com/python-pillow/Pillow/master/src/libImaging/ImagingUtils.h