From b6a224d4fe6ac20ce78fa0249ce8fc1707d4f279 Mon Sep 17 00:00:00 2001 From: joamag Date: Sun, 22 Mar 2015 20:18:16 +0000 Subject: [PATCH] new code --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33c391d..ea811da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ python: - "pypy3" install: - pip install -r requirements.txt - - pip install pep8 mysql-python + - pip install pep8 + - pip install mysql-python - pip install coveralls env: DB_NAME=migratore_test DB_HOST=127.0.0.1 DB_USERNAME=root DB_PASSWORD="" before_script: mysql -e "create database migratore_test;"