From 499f6c13eeb8f16c539b9fd1a21a1852f69baf16 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 10 Jun 2018 11:44:52 -0400 Subject: [PATCH] Upgrade invoke; drop py34; upgrade to node 8 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1b7c5d..ffe7c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,12 @@ sudo: false # http://docs.travis-ci.com/user/migrating-from-legacy/ language: python python: - 2.7 - - 3.4 - 3.5 - 3.6 install: - pip install cookiecutter - - pip install invoke==0.14.0 - - nvm install 6.10 - - nvm use 6.10 + - pip install invoke==1.0.0 + - nvm install 8.11.2 + - nvm use 8.11.2 script: - invoke test