Skip to content

Commit 37870ad

Browse files
committed
Merge pull request #11 from PokeAPI/travis-link
CI fixes
2 parents c7bda67 + 21d26d8 commit 37870ad

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Pykemon
55
.. image:: https://badge.fury.io/py/pykemon.png
66
:target: http://badge.fury.io/py/pykemon
77

8-
.. image:: https://travis-ci.org/phalt/pykemon.png?branch=master
9-
:target: https://travis-ci.org/phalt/pykemon
8+
.. image:: https://travis-ci.org/PokeAPI/pykemon.png?branch=master
9+
:target: https://travis-ci.org/PokeAPI/pykemon
1010

1111
A python wrapper for `PokeAPI <http://pokeapi.co>`_
1212

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ simplejson==3.3.1
55
sphinx
66
coverage
77
flake8
8-
wheels
8+
wheel

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27
2+
envlist = py27
33

44
[testenv]
55
setenv =

0 commit comments

Comments
 (0)