From 564452542a96fbacae34fdd2097c75a5475296c4 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 8 Jan 2017 08:58:38 -0600 Subject: [PATCH] Test py34-py36; update invoke version --- .travis.yml | 4 ++-- {{cookiecutter.app_name}}/.travis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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