Steven Loria 5 years ago
parent 7b2954c206
commit 3db2c07783
No known key found for this signature in database
GPG Key ID: 631262B829DDB506
  1. 1
      .travis.yml
  2. 1
      {{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
python:
- 2.7

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

Loading…
Cancel
Save