From 2b16b287a3fc81d039ac6afe4106e3f54d71dca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrobe=CC=81s?= Date: Sat, 13 Dec 2014 17:09:00 +0100 Subject: [PATCH] Add python3 badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 933f0ce..030a91d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/txels/ddt.png)](https://travis-ci.org/bulkan/ddt) +[![Can I Use Python 3?](https://caniusepython3.com/project/ddt.svg)](https://caniusepython3.com/project/ddt) DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as