Skip to content
Snippets Groups Projects
Unverified Commit 499f6c13 authored by Steven Loria's avatar Steven Loria
Browse files

Upgrade invoke; drop py34; upgrade to node 8

parent c65be011
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment