Update invoke version; run lint command for app's travis builds

master
Steven Loria 8 years ago
parent 796d955cda
commit aa85bcee59
  1. 2
      .travis.yml
  2. 4
      {{cookiecutter.app_name}}/.travis.yml

@ -8,6 +8,6 @@ python:
- 3.5
install:
- pip install cookiecutter
- pip install invoke==0.9.0
- pip install invoke==0.12.2
script:
- invoke test

@ -5,5 +5,7 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
install: pip install -r requirements/dev.txt
script: py.test tests
before_script: python manage.py lint
script: python manage.py test

Loading…
Cancel
Save