Skip to content

Commit 69b40e8

Browse files
committed
added mypy test to travis
1 parent 129ad01 commit 69b40e8

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
@@ -21,6 +21,7 @@ before_script:
2121
- psql -c "CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";" -d piccolo -U postgres
2222
script:
2323
- flake8 piccolo
24+
- mypy piccolo
2425
- cd tests && ./travis.sh
2526
after_success:
2627
- cd .. && coveralls

0 commit comments

Comments
 (0)