summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini30
1 files changed, 0 insertions, 30 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 9a773b6..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2017 Canonical Ltd.
-# Licensed under the LGPLv3, see LICENCE file for details.
-
-[tox]
-envlist = lint, py27, py35, docs
-# envlist = py27
-
-[testenv]
-setenv =
- PYTHONPATH = {toxinidir}:{toxinidir}/macaroonbakery
-# drop into debugger with: nosetests --pdb
-# coverage with --with-coverage --cover-inclusive --cover-html
-commands =
- nosetests
-deps =
- -r{toxinidir}/test-requirements.txt
-
-[testenv:devenv]
-envdir = devenv
-usedevelop = True
-commands =
-
-[testenv:lint]
-usedevelop = True
-commands = flake8 --ignore E501 --show-source macaroonbakery --exclude macaroonbakery/bakery/_internal/id_pb2.py
-
-[testenv:docs]
-changedir = docs
-deps = sphinx
-commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html