From 6c98136693d0aecb35ed4ca4ac3658c57c4bc389 Mon Sep 17 00:00:00 2001 From: Toby Bettridge Date: Sun, 14 Jun 2015 23:57:57 +0100 Subject: [PATCH] Added external dependency --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f644bc..0f7c0ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ python: - "2.7" # - "3.2" # - "3.3" -# - "3.4" + - "3.4" # command to install dependencies -install: "pip install -r requirements.txt" +install: "pip install -r requirements.txt --allow-external mysql-connector-python" # command to run tests script: - make citest