summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-03-11 19:50:32 -0400
committerMonty Taylor <mordred@inaugust.com>2013-03-12 11:23:43 -0400
commit5161ca2ac692f01021b016e1d057cc91406d4848 (patch)
tree85d2e64c7219fa0e9c8a35b609b643d57d2bd618 /tox.ini
parentdd3500843141d185049ea46d4f05c91ce57cb878 (diff)
downloadpbr-5161ca2ac692f01021b016e1d057cc91406d4848.tar.gz
Move sphinx to test-reuqirements.
Change-Id: I15ffeec34cdf9be24ffade5701b8e723aaaa171c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 4872ed8..18e9db3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pep8
+envlist = py26,py27,pep8,pyflakes
[testenv]
setenv = VIRTUAL_ENV={envdir}
@@ -17,7 +17,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
- pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc .
+ pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*.egg .
[testenv:pyflakes]
deps = pyflakes
@@ -26,8 +26,7 @@ commands = pyflakes oslo
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =
- python setup.py testr --coverage \
- --testr-args='^(?!.*test.*coverage).*$'
+ python setup.py testr --coverage
[testenv:venv]
commands = {posargs}