We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7bda67 + 21d26d8 commit 37870adCopy full SHA for 37870ad
3 files changed
README.rst
@@ -5,8 +5,8 @@ Pykemon
5
.. image:: https://badge.fury.io/py/pykemon.png
6
:target: http://badge.fury.io/py/pykemon
7
8
-.. image:: https://travis-ci.org/phalt/pykemon.png?branch=master
9
- :target: https://travis-ci.org/phalt/pykemon
+.. image:: https://travis-ci.org/PokeAPI/pykemon.png?branch=master
+ :target: https://travis-ci.org/PokeAPI/pykemon
10
11
A python wrapper for `PokeAPI <http://pokeapi.co>`_
12
requirements.txt
@@ -5,4 +5,4 @@ simplejson==3.3.1
sphinx
coverage
flake8
-wheels
+wheel
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py26, py27
+envlist = py27
3
4
[testenv]
setenv =
0 commit comments