Skip to content

Commit

Permalink
Merge 17f575e into c74de27
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Apr 17, 2018
2 parents c74de27 + 17f575e commit c6cd6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
branches:
only:
- master
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,10 +6,10 @@ Conveniently generate portable md5 hashes from (arbitrarily nested) dictionaries
It exposes just a single function to the user `dicthash.generate_hash_from_dict`.

![Python2.7](https://img.shields.io/badge/python-2.7-blue.svg)
![Python3.5](https://img.shields.io/badge/python-3.5-blue.svg)
![Python3.6](https://img.shields.io/badge/python-3.6-blue.svg)

Code status
===========

[![Build Status](https://travis-ci.org/INM-6/python-dicthash.svg?branch=master)](https://travis-ci.org/INM-6/python-dicthash)
[![Coverage Status](https://coveralls.io/repos/github/INM-6/python-dicthash/badge.svg?branch=master)](https://coveralls.io/github/INM-6/python-dicthash?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/INM-6/python-dicthash/badge.svg?branch=master)](https://coveralls.io/github/INM-6/python-dicthash?branch=master)

0 comments on commit c6cd6bf

Please sign in to comment.