From c3e2097c46d73029de4650d526d91d7f3c9f35a0 Mon Sep 17 00:00:00 2001 From: Stephen Burrows Date: Tue, 18 Jun 2013 19:12:07 -0700 Subject: [PATCH] Stopped testing mysql compat on 3.3. There's no pip-installable package for this case. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cada81a..510ba22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ matrix: env: DB=sqlite3 REQUIREMENTS=test_project/requirements-1.4.txt - python: "3.3" env: DB=mysql REQUIREMENTS=test_project/requirements-1.4.txt + - python: "3.3" + env: DB=mysql REQUIREMENTS=test_project/requirements-1.5.txt install: - pip install . --no-deps - pip install --use-mirrors --no-deps -r $REQUIREMENTS