summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 12 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e029efd..002d24c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py36,py35,py27,pypy,pep8
+envlist = py27,py37,pypy,pep8
minversion = 2.0
skipsdist = True
@@ -24,7 +24,7 @@ passenv = SWIFT_* *_proxy
[testenv:pep8]
basepython = python3
commands =
- python -m flake8 swiftclient tests
+ python -m flake8 swiftclient test
[testenv:venv]
basepython = python3
@@ -44,7 +44,7 @@ commands =
[testenv:func]
basepython = python3
setenv =
- OS_TEST_PATH=tests.functional
+ OS_TEST_PATH=test.functional
PYTHON=coverage run --source swiftclient --parallel-mode
whitelist_externals =
coverage
@@ -109,3 +109,12 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
.[keystone]
+
+[testenv:pdf-docs]
+basepython = python3
+deps = {[testenv:docs]deps}
+whitelist_externals =
+ make
+commands =
+ sphinx-build -W -b latex doc/source doc/build/pdf
+ make -C doc/build/pdf