We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f87bd7 commit db6dc2dCopy full SHA for db6dc2d
1 file changed
.travis.yml
@@ -23,4 +23,5 @@ install:
23
before_script:
24
- "pep8 . --exclude test,docs"
25
- "pyflakes ."
26
+ - mysql -e 'create database poulet;'
27
script: nosetests
0 commit comments