Skip to content

Commit f97053c

Browse files
committed
Remove --use-mirrors from pip command, support only python 2.7
1 parent d262630 commit f97053c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
install:
6-
- pip install --use-mirrors -r requirements.txt
5+
- pip install -r requirements.txt
76
- pip install flake8
87
script:
98
- flake8 --ignore=E501 .

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Buildstatus](https://travis-ci.org/bchew/dynamodump.svg)](https://travis-ci.org/bchew/dynamodump)
2-
31
dynamodump
42
==========
53

4+
[![Buildstatus](https://travis-ci.org/bchew/dynamodump.svg)](https://travis-ci.org/bchew/dynamodump)
5+
66
Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
77

88
Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores/empty.

0 commit comments

Comments
 (0)