From eff1cb8e2faaed49b1c9a97a7b7af6efa02b1899 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 17 Mar 2017 21:43:46 -0400 Subject: [PATCH 1/2] Limit tests to one per major Python version --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b23c9d8fc..1576da4cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,7 @@ env: language: python python: - "2.7" - - "3.4" - "3.5" - - "3.6" install: - pip install -r requirements.txt - pip install pep8 From 023b67ca4a4ec70fae42da5780a08b368a80b4b6 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 20 Mar 2017 14:05:26 -0400 Subject: [PATCH 2/2] Added a footer link to the GitHub wiki --- netbox/templates/_base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 6f0dfced6..0ebc4f5b4 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -295,7 +295,8 @@

Docs · API · - Code + Code · + Help