Skip to content

Commit d262630

Browse files
authored
Merge pull request #20 from atlassian/pep8_travis
Travis, PEP8
2 parents af80634 + 0b41e99 commit d262630

File tree

3 files changed

+484
-408
lines changed

3 files changed

+484
-408
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
install:
6+
- pip install --use-mirrors -r requirements.txt
7+
- pip install flake8
8+
script:
9+
- flake8 --ignore=E501 .
10+
11+
matrix:
12+
fast_finish: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Buildstatus](https://travis-ci.org/bchew/dynamodump.svg)](https://travis-ci.org/bchew/dynamodump)
2+
13
dynamodump
24
==========
35

0 commit comments

Comments
 (0)