From 0f5fabb0e082a73787cb9ea3867d51990a502d4a Mon Sep 17 00:00:00 2001 From: Fantomas42 Date: Tue, 10 Oct 2017 01:21:01 +0200 Subject: [PATCH] Another try for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 268a974ae..319a39174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ install: then pip install mysqlclient; mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql; - mysql -e 'create database IF NOT EXISTS zinnia_test CHARACTER SET utf8 COLLATE utf8_general_ci;'; + mysql -u root -e 'create database IF NOT EXISTS zinnia_test CHARACTER SET utf8 COLLATE utf8_general_ci;'; fi" before_script: - ./bin/flake8 zinnia