Skip to content

Commit

Permalink
+testing on py34
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed Mar 18, 2014
1 parent 6347ca2 commit b42aaf1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ raspador
.. image:: https://api.travis-ci.org/fgmacedo/raspador.png?branch=master
:target: https://travis-ci.org/fgmacedo/raspador

.. image:: https://coveralls.io/repos/fgmacedo/raspador/badge.png
:target: https://coveralls.io/r/fgmacedo/raspador
.. image:: https://coveralls.io/repos/fgmacedo/raspador/badge.png?branch=master
:target: https://coveralls.io/r/fgmacedo/raspador?branch=master

.. image:: https://pypip.in/v/raspador/badge.png
:target: https://pypi.python.org/pypi/raspador

.. image:: https://pypip.in/d/raspador/badge.png
:target: https://crate.io/packages/raspador/
:target: https://pypi.python.org/pypi/raspador


Library to extract data from semi-structured text documents.
Expand Down Expand Up @@ -151,4 +151,4 @@ Extract data from logs
"UUID": "sdkj9d93-sdf9df-3kr3l-d8"
}
]
"""
"""
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tox==1.6.1
tox==1.7.0
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33
envlist = py26,py27,py32,py33,py34

[testenv]
usedevelop=True
Expand All @@ -17,3 +17,9 @@ deps =
{[testenv]deps}
commands=
nosetests

[testenv:py34]
deps =
{[testenv]deps}
commands=
nosetests

0 comments on commit b42aaf1

Please sign in to comment.