upgraded to python 3.6

main
Michael Herman 2017-02-05 13:17:10 -07:00
parent f465a76cdd
commit f586ca98ef
2 changed files with 0 additions and 8 deletions

View File

@ -8,10 +8,3 @@ python:
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python manage.py cov
after_success:
- coveralls

View File

@ -3,7 +3,6 @@
Flask starter project...
[![Build Status](https://travis-ci.org/realpython/flask-skeleton.svg?branch=master)](https://travis-ci.org/realpython/flask-skeleton)
[![Coverage Status](https://coveralls.io/repos/github/realpython/flask-skeleton/badge.svg?branch=master)](https://coveralls.io/github/realpython/flask-skeleton?branch=master)
## Quick Start