Skip to content

Commit

Permalink
Another try for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Oct 9, 2017
1 parent 111ba38 commit 0f5fabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0f5fabb

Please sign in to comment.