Skip to content

Commit

Permalink
add python3.4 test + show download per month on README
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Apr 16, 2014
1 parent 7bd5741 commit 9a760b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. image:: https://badge.fury.io/py/linkmanager.png
:target: http://badge.fury.io/py/linkmanager

.. image:: https://pypip.in/d/linkmanager/badge.png
:target: https://pypi.python.org/pypi/linkmanager/

.. image:: https://travis-ci.org/mothsART/linkmanager.png?branch=master
:target: https://travis-ci.org/mothsART/linkmanager

Expand Down
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py33
envlist = py33, py34

[testenv]
usedevelop = true
Expand All @@ -20,3 +20,8 @@ deps =
basepython = python3.3
deps =
-r{toxinidir}/requirements/tests.txt

[testenv:py34]
basepython = python3.4
deps =
-r{toxinidir}/requirements/tests.txt

0 comments on commit 9a760b1

Please sign in to comment.