~ubuntu-branches/ubuntu/saucy/python-novaclient/saucy-proposed

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-09-24 09:15:12 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20130924091512-yjzov9e7qa8sdb1v
Tags: 1:2.15.0-0ubuntu1
* New upstream version.
* debian/control:
  - Add python-babel, python-keyring, and python-six build-depends.
  - Dropped python-argparse, python-setuptools-git, python-httplib2,
    python-nose as a build-depends.
  - Dropped python-httplib2 and python-keyring as a dependency.
  - Add versioned depends for python-requests, python-simplejson,
    python-fixtures, testrepesitory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
 
envlist = py26,py27,py33,pep8
 
2
envlist = py26,py27,py33,pypy,pep8
3
3
 
4
4
[testenv]
5
5
setenv = VIRTUAL_ENV={envdir}
24
24
downloadcache = ~/cache/pip
25
25
 
26
26
[flake8]
27
 
ignore = E12,E711,E721,E712,F841,F811,F821,H102,H302,H306,H403,H404,H501
 
27
ignore = E12,E711,E721,E712,F841,F811,F821,H102,H302,H306,H403,H404
28
28
show-source = True
29
29
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build