Skip to content

Commit f586ca9

Browse files
committed
upgraded to python 3.6
1 parent f465a76 commit f586ca9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@ python:
88

99
install:
1010
- pip install -r requirements.txt
11-
- pip install coveralls
12-
13-
script:
14-
- python manage.py cov
15-
16-
after_success:
17-
- coveralls

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Flask starter project...
44

55
[![Build Status](https://travis-ci.org/realpython/flask-skeleton.svg?branch=master)](https://travis-ci.org/realpython/flask-skeleton)
6-
[![Coverage Status](https://coveralls.io/repos/github/realpython/flask-skeleton/badge.svg?branch=master)](https://coveralls.io/github/realpython/flask-skeleton?branch=master)
76

87
## Quick Start
98

0 commit comments

Comments
 (0)