summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-06-06 15:57:21 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-06-06 15:57:26 +1200
commit37e8dedac27a4567c02c78c4fb7d45b1d50e717c (patch)
tree7d35e5e2966adfed16e87de171920b55cdd7bd5b /tox.ini
parent2c6feef9580b9ca56fccfee51bc0f7ea1f2839a6 (diff)
downloadtrove-37e8dedac27a4567c02c78c4fb7d45b1d50e717c.tar.gz
Remove the trove-tox-apiexamples CI job
- The job relies on python-troveclient, sometimes python-troveclient only changes the URL sending to Trove but neither request nor response. - The job is hard to maintain, especially when there are changes relating the API. The recommended way is to manually update the API doc and add tests in trove-tox-fakemodetests job. - Remove that trovestack subcommand as well. Change-Id: I108203915ef79ef93bbfbb15acdb7480854878e0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index e4bd2059..9f8608ba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py36,py37,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
+envlist = py27,py36,py37,pep8,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
minversion = 2.0
skipsdist = True
@@ -34,10 +34,6 @@ commands =
flake8
doc8 {posargs}
-[testenv:apiexamples]
-basepython = python3
-commands = {envpython} generate_examples.py
-
[testenv:fakemodetests]
basepython = python3
commands = {envpython} run_tests.py