Skip to content

Commit 595b22a

Browse files
committed
Add continuous integration setup with Travis-CI
- Add Travis config file running Tox with flake8 env - Add badge to ReadMe
1 parent 763be54 commit 595b22a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python: 2.7
3+
env:
4+
- TOX_ENV=flake8
5+
install:
6+
- pip install tox
7+
script:
8+
- tox -e $TOX_ENV

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# pageview-api
2+
[![Build Status](https://travis-ci.org/Commonists/pageview-api.svg?branch=master)](https://travis-ci.org/Commonists/pageview-api)
23
[![License](http://img.shields.io/badge/license-MIT-orange.svg?style=flat)](http://opensource.org/licenses/MIT)
34

45
Wikimedia Pageview API client

0 commit comments

Comments
 (0)