diff --git a/.travis.yml b/.travis.yml index 25b4b5c..49423be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ sudo: false # http://docs.travis-ci.com/user/migrating-from-legacy/ language: python python: - 2.7 - - 3.3 - 3.4 - 3.5 + - 3.6 install: - pip install cookiecutter - - pip install invoke==0.13.0 + - pip install invoke==0.14.0 script: - invoke test diff --git a/{{cookiecutter.app_name}}/.travis.yml b/{{cookiecutter.app_name}}/.travis.yml index e5f5f13..08d0986 100644 --- a/{{cookiecutter.app_name}}/.travis.yml +++ b/{{cookiecutter.app_name}}/.travis.yml @@ -3,9 +3,9 @@ sudo: false # http://docs.travis-ci.com/user/migrating-from-legacy/ language: python python: - 2.7 - - 3.3 - 3.4 - 3.5 + - 3.6 install: pip install -r requirements/dev.txt before_script: flask lint script: flask test