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

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

parent 796d955c
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,6 @@ python: ...@@ -8,6 +8,6 @@ python:
- 3.5 - 3.5
install: install:
- pip install cookiecutter - pip install cookiecutter
- pip install invoke==0.9.0 - pip install invoke==0.12.2
script: script:
- invoke test - invoke test
...@@ -5,5 +5,7 @@ python: ...@@ -5,5 +5,7 @@ python:
- 2.7 - 2.7
- 3.3 - 3.3
- 3.4 - 3.4
- 3.5
install: pip install -r requirements/dev.txt install: pip install -r requirements/dev.txt
script: py.test tests before_script: python manage.py lint
script: python manage.py 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