Skip to content

Commit

Permalink
add tests for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brennv committed May 5, 2017
1 parent a6ca423 commit b62c3e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
- "3.6"

before_install:
- pip install pytest pytest-cov pytest-datafiles
Expand Down
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.. image:: https://travis-ci.org/brennv/namedtupled.svg?branch=master
:target: https://travis-ci.org/brennv/namedtupled
.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5-blue.svg
.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg
.. image:: https://img.shields.io/codecov/c/github/brennv/namedtupled.svg
:target: https://codecov.io/gh/brennv/namedtupled
.. image:: https://readthedocs.org/projects/namedtupled/badge/?version=latest
:target: http://namedtupled.readthedocs.io/en/latest/?badge=latest


namedtupled
===========
Expand Down Expand Up @@ -51,8 +54,7 @@ the default name is simply ‘NT’.
map()
~~~~~

Recursively convert mappings like nested dicts, or lists of dicts, into
to namedtuples.
Recursively convert mappings like nested dicts, or lists of dicts, into namedtuples.

*args: mapping, name=‘NT’*

Expand Down

0 comments on commit b62c3e0

Please sign in to comment.