Skip to content

Commit

Permalink
update requirements; add codecov badge; tweak codecov call to add token
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed Jan 25, 2016
1 parent b79ee35 commit c10c553
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coverage: clean lint
coverage report

ci: clean lint integration coverage
codecov
source ~/bin/codecov-tenki && codecov

all: clean update-all lint integration coverage

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
天気 - tenki - weather

[![Build Status](https://circleci.com/gh/bear/tenki.svg?style=shield&circle-token=427220e3ebc3fae25d8edc0683c53d1504e1bc35)](https://circleci.com/gh/bear/tenki.svg?style=shield&circle-token=427220e3ebc3fae25d8edc0683c53d1504e1bc35)
[![Circle CI](https://circleci.com/gh/bear/tenki.svg?style=svg)](https://circleci.com/gh/bear/tenki)
[![Requirements Status](https://requires.io/github/bear/tenki/requirements.svg?branch=master)](https://requires.io/github/bear/tenki/requirements/?branch=master)

[![codecov.io](https://codecov.io/github/bear/tenki/coverage.svg?branch=master)](https://codecov.io/github/bear/tenki?branch=master)

Small Flask Api to return the current weather for a given location

Expand Down
11 changes: 6 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
pytest>=2.7.0
pytest-cov>=1.8.1
mccabe>=0.3
flake8>=2.4.0
pytest>=2.8.7
pytest-cov>=2.2.0
pytest-runner>=2.6.2
mccabe>=0.3.1
flake8>=2.5.1
mock>=1.3.0
coverage>=4.0.3
coveralls>=1.1
codecov>=1.6.3
check-manifest>=0.30
check-manifest>=0.30

0 comments on commit c10c553

Please sign in to comment.