Remove some github specific jobs

Remove Travis file, and links to travis buttons from readme.
Change homepage to the docs site, rather than personal github repo.

Change-Id: Ic6f279f9f243081c50b80a13ee1158dd181ff8cd
This commit is contained in:
Jamie Lennox 2014-08-06 08:03:35 +10:00
parent eadbe7b1b2
commit 619c37b9b0
3 changed files with 1 additions and 26 deletions

View File

@ -1,19 +0,0 @@
language: python
python:
- '3.3'
- '2.7'
- '2.6'
- pypy
install: pip install coverage coveralls wheel -r requirements.txt -r test-requirements.txt
script: coverage run -m testtools.run discover
after_success: coveralls
deploy:
provider: pypi
user: jamielennox
distributions: "sdist bdist_wheel"
password:
secure: Ar54IZ/Qp67JQDHS1REfNw/1rbkR8OaGGDuv0UEbpjHVC1zXVTJkqdSnbCMpKPNSTtK6Me44eD0UO58BUvjg6sNAWZbooE5Ni5BOPhSIWXMcsU/M7oGKL7vCD7UIxgtp3CXvPgFm1Mo6ILkpu3MhZeHkZa7E/59lR/MerY6uu58=
on:
tags: true
all_branches: true
repo: jamielennox/requests-mock

View File

@ -5,15 +5,9 @@ requests-mock
.. image:: https://badge.fury.io/py/requests-mock.png
:target: http://badge.fury.io/py/requests-mock
.. image:: https://travis-ci.org/jamielennox/requests-mock.png?branch=master
:target: https://travis-ci.org/jamielennox/requests-mock
.. image:: https://pypip.in/d/requests-mock/badge.png
:target: https://crate.io/packages/requests-mock?version=latest
.. image:: https://coveralls.io/repos/jamielennox/requests-mock/badge.png
:target: https://coveralls.io/r/jamielennox/requests-mock
Intro
=====

View File

@ -5,7 +5,7 @@ author-email = jamielennox@gmail.com
summary = Mock out responses from the requests package
description-file = README.rst
license = Apache-2
home-page = https://github.com/jamielennox/requests-mock
home-page = https://requests-mock.readthedocs.org/
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers