We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af80634 + 0b41e99 commit d262630Copy full SHA for d262630
.travis.yml
@@ -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
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/bchew/dynamodump)
dynamodump
==========
0 commit comments