Upgrade invoke; drop py34; upgrade to node 8

master
Steven Loria 6 years ago
parent c65be01150
commit 499f6c13ee
No known key found for this signature in database
GPG Key ID: 631262B829DDB506
  1. 7
      .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

Loading…
Cancel
Save