Browse Source

Escalate python warnings to errors

Rafał Pitoń 7 years ago
parent
commit
f736285f81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ sudo: required
 addons:
   postgresql: "9.4"
 env:
+  - PYTHONWARNINGS=error
   - PYTHONDONTWRITEBYTECODE=1
 language: python
 python: