From f586ca98ef3ddda7d2a7bdc3e8a4a215b6505d27 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Sun, 5 Feb 2017 13:17:10 -0700 Subject: [PATCH] upgraded to python 3.6 --- .travis.yml | 7 ------- README.md | 1 - 2 files changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a67d40f..b230ae9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,3 @@ python: install: - pip install -r requirements.txt - - pip install coveralls - -script: - - python manage.py cov - -after_success: - - coveralls diff --git a/README.md b/README.md index 5d0a13a..e586883 100644 --- a/README.md +++ b/README.md @@ -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