diff options
author | Kiall Mac Innes <kiall@managedit.ie> | 2012-11-18 02:21:08 +0000 |
---|---|---|
committer | Kiall Mac Innes <kiall@managedit.ie> | 2012-11-18 02:52:38 +0000 |
commit | 0a53f232c22818f84d9c6eef3d5117cdb518a2ce (patch) | |
tree | b6d0e0db9455374c44ef95a040ff564f0b97d20d /tools | |
parent | f121e0ff57cc9d15761461f5a9b33abd5fc6c040 (diff) | |
download | designate-0a53f232c22818f84d9c6eef3d5117cdb518a2ce.tar.gz |
Add PyFlakes tox env
Change-Id: I4195a203c30d0104c33c41b0e60fa8fc2a89643b
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires index f330f93a..87d7847f 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,10 +1,9 @@ +unittest2 nose nosexcover openstack.nose_plugin nosehtmloutput mox coverage -pep8==1.3.3 sphinx sphinxcontrib-httpdomain -unittest2 |