summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 2 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index c888992..ecd1bd3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,11 @@
1[tox] 1[tox]
2minversion = 2.0 2minversion = 2.0
3envlist = py34,py27,pypy,pep8 3envlist = py35,py27,pep8
4skipsdist = True 4skipsdist = True
5 5
6[testenv] 6[testenv]
7usedevelop = True 7usedevelop = True
8install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} 8install_command = pip install {opts} {packages}
9setenv = 9setenv =
10 VIRTUAL_ENV={envdir} 10 VIRTUAL_ENV={envdir}
11 PYTHONWARNINGS=default::DeprecationWarning 11 PYTHONWARNINGS=default::DeprecationWarning
@@ -21,16 +21,6 @@ commands = {posargs}
21[testenv:cover] 21[testenv:cover]
22commands = python setup.py test --coverage --testr-args='{posargs}' 22commands = python setup.py test --coverage --testr-args='{posargs}'
23 23
24[testenv:docs]
25commands = python setup.py build_sphinx
26
27[testenv:releasenotes]
28commands =
29 sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
30
31[testenv:debug]
32commands = oslo_debug_helper {posargs}
33
34[flake8] 24[flake8]
35# E123, E125 skipped as they are invalid PEP-8. 25# E123, E125 skipped as they are invalid PEP-8.
36 26