diff --git a/.travis.yml b/.travis.yml index 99d2eb0..02edeef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ sudo: false cache: pip python: - - "3.7" + # Force a newer version than 3.7.1 which break build + # due to https://bugs.python.org/issue34921 + - "3.7.2" addons: postgresql: "9.5"