summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-07-31 14:01:39 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-07-31 15:12:19 -0400
commit8896e385ebc963145677303bf8d6eb134dcf582c (patch)
tree1dce3d965f14f8b9dc27e5ba9b56e2b084014638 /tox.ini
parentce0aa4609c76e60ea580afcfee1f8103931b0fee (diff)
downloadcliff-tablib-8896e385ebc963145677303bf8d6eb134dcf582c.tar.gz
Start cliff-tablib repo
This repo is a fork of the original cliff repo, with the cliff parts removed and the rest changed to just package the tablib-based formatters. Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 89ad368..470439d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist = py27,py32,pep8
[testenv]
-commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []
+commands = nosetests -d --with-coverage --cover-inclusive --cover-package clifftablib []
deps =
nose
mock
@@ -10,4 +10,4 @@ deps =
[testenv:pep8]
deps = pep8
-commands = pep8 --repeat --ignore=E501 --ignore=E123 --show-source cliff
+commands = pep8 --repeat --ignore=E501 --ignore=E123 --show-source clifftablib