Skip to content

Commit

Permalink
Add RTD badge.
Browse files Browse the repository at this point in the history
Remove --use-mirrors from travis config.
  • Loading branch information
yoavaviram committed Oct 18, 2015
1 parent c17f8ef commit e5dab8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -2,10 +2,10 @@ language: python
python:
- 2.7
install:
- pip install . --use-mirrors
- pip install pep8 --use-mirrors
- pip install -r requirements.txt --use-mirrors
- pip install -r test-requirements.txt --use-mirrors
- pip install .
- pip install pep8
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- "pep8 --ignore=E501,E225,E128 amazon"
- "sphinx-build -b html -d _build/doctrees . _build/html"
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@ Amazon Simple Product API
==========================
A simple Python wrapper for the Amazon.com Product Advertising API.
[![Build Status](https://secure.travis-ci.org/yoavaviram/python-amazon-simple-product-api.png?branch=master)](http://travis-ci.org/yoavaviram/python-amazon-simple-product-api)
[![Documentation Status](https://readthedocs.org/projects/python-amazon-simple-product-api/badge/?version=latest)](http://python-amazon-simple-product-api.readthedocs.org/en/latest/?badge=latest)


Features
Expand Down

0 comments on commit e5dab8b

Please sign in to comment.