diff --git a/.travis.yml b/.travis.yml index ffe7c18..2613e65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ # Config file for automatic testing at travis-ci.org -sudo: false # http://docs.travis-ci.com/user/migrating-from-legacy/ language: python python: - 2.7 diff --git a/{{cookiecutter.app_name}}/.travis.yml b/{{cookiecutter.app_name}}/.travis.yml index 938fc8d..64deca9 100644 --- a/{{cookiecutter.app_name}}/.travis.yml +++ b/{{cookiecutter.app_name}}/.travis.yml @@ -1,5 +1,4 @@ # Config file for automatic testing at travis-ci.org -sudo: false # http://docs.travis-ci.com/user/migrating-from-legacy/ language: python env: - FLASK_APP=autoapp.py FLASK_DEBUG=1