From 102871bedc0766e874a8345c0aa168a347f5c154 Mon Sep 17 00:00:00 2001 From: Nicola Peditto Date: Wed, 24 Apr 2019 11:22:49 +0200 Subject: [PATCH] LR v0.4.9-dev: links updated. Change-Id: I815d1efbe56039484dfec7ba6579bdc9b9f5518f --- README.rst | 7 +++---- tox.ini | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c415326..f4f81ae 100644 --- a/README.rst +++ b/README.rst @@ -7,17 +7,16 @@ board-side probe. * Free software: Apache 2.0 license * Website: http://stack4things.unime.it/ -* Documentation: http://docs.openstack.org/developer/iotronic_lightningrod -* Source: https://github.com/openstack/iotronic-lightning-rod +* Source: https://opendev.org/x/iotronic-lightning-rod * Bugs: https://bugs.launchpad.net/iotronic-lightning-rod Installation guides ------------------- -* `Raspberry Pi 3 `_. +* `Raspberry Pi 3 `_. -* `Ubuntu 16.04 `_. +* `Ubuntu 16.04 `_. * Docker: diff --git a/tox.ini b/tox.ini index f9399a4..62a705f 100644 --- a/tox.ini +++ b/tox.ini @@ -40,6 +40,8 @@ commands = [testenv:py35] basepython = python3.5 +[testenv:py36] +basepython = python3.6 [flake8] # TODO(dmllr): Analyze or fix the warnings blacklisted below