Skip to content

Commit 73124e6

Browse files
committed
added flake8 to travis
1 parent 06d2eb9 commit 73124e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_script:
2020
- psql -c "GRANT ALL PRIVILEGES ON DATABASE piccolo TO piccolo;" -U postgres
2121
- psql -c "CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";" -d piccolo -U postgres
2222
script:
23+
- flake8 piccolo
2324
- cd tests && ./travis.sh
2425
after_success:
2526
- cd .. && coveralls

0 commit comments

Comments
 (0)