Skip to content

Commit db6dc2d

Browse files
committed
create schema poulet
modified: ../../.travis.yml
1 parent 3f87bd7 commit db6dc2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ install:
2323
before_script:
2424
- "pep8 . --exclude test,docs"
2525
- "pyflakes ."
26+
- mysql -e 'create database poulet;'
2627
script: nosetests

0 commit comments

Comments
 (0)