From 572beb2311ec381cc0a30bd68ea21b75cf8b6ecb Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Tue, 2 May 2017 20:39:43 -0400 Subject: [PATCH] Fix misleading build matrix At one point, I had intended to have a matrix of build badges for each different branch and Python version combination. It seems this is not possible with Travis. This change replaces "python 2.7" with "status" and clarifies that both Python 2.7 and 3.5 are tested, but Python 3.5 is recommended. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66c35250b..4692438f8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Questions? Comments? Please subscribe to [the netbox-discuss mailing list](https ### Build Status -| | python 2.7 | +NetBox is built against both Python 2.7 and 3.5. Python 3.5 is recommended. + +| | status | |-------------|------------| | **master** | [![Build Status](https://travis-ci.org/digitalocean/netbox.svg?branch=master)](https://travis-ci.org/digitalocean/netbox) | | **develop** | [![Build Status](https://travis-ci.org/digitalocean/netbox.svg?branch=develop)](https://travis-ci.org/digitalocean/netbox) |