We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d2eb9 commit 73124e6Copy full SHA for 73124e6
.travis.yml
@@ -20,6 +20,7 @@ before_script:
20
- psql -c "GRANT ALL PRIVILEGES ON DATABASE piccolo TO piccolo;" -U postgres
21
- psql -c "CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";" -d piccolo -U postgres
22
script:
23
+ - flake8 piccolo
24
- cd tests && ./travis.sh
25
after_success:
26
- cd .. && coveralls
0 commit comments