summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-03-15 23:43:50 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-04-18 05:56:04 +0000
commitc3fd27e49bbe286d71cc2e2e17cdf149591826eb (patch)
tree467a017b5a48e73e16046ccb89cb56f33f7d9e9e /tox.ini
parent1d5feee35142c8f906554b2ab8fafaf66482d521 (diff)
downloadpython-saharaclient-c3fd27e49bbe286d71cc2e2e17cdf149591826eb.tar.gz
Tox: cleanup usage of py34, remove a now-useless section1.6.0
- Change testenv:debug34 to testenv:debug35 - Remove [build_sphinx] section in setup.cfg because we does not need this anymore. See: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: Ib2d866268e8cefe3b6db10184f43ee7caa957f13
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 496f5da..a2ffdb8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,8 +26,8 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
basepython = python2.7
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:debug-py34]
-basepython = python3.4
+[testenv:debug-py35]
+basepython = python3.5
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]