diff --git a/Weather/.travis.yml b/Weather/.travis.yml index a3fab92..2eeba48 100644 --- a/Weather/.travis.yml +++ b/Weather/.travis.yml @@ -1,9 +1,12 @@ +sudo: false language: python python: - "2.7" - "3.2" - "3.3" - "3.4" + - "3.5" + - "3.5-dev" - pypy - pypy3 # command to install dependencies,