Test py34-py36; update invoke version

master
Steven Loria 8 years ago
parent 8ac6f6f0b1
commit 564452542a
  1. 4
      .travis.yml
  2. 2
      {{cookiecutter.app_name}}/.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

@ -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

Loading…
Cancel
Save