summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add docs job to tox.iniSteve Martinelli2014-07-241-0/+4
| | | | | | | This will allow developers to more easily run the docs job that generates the developerdocs for python-ceilometerclient Change-Id: I27bb80e476d4bef85d3a543d7b4738ec6c29b6db
* Fix hacking rules: H302,H305,H307,H402ZhiQiang Fan2014-06-111-5/+1
| | | | | | | | | | Currently, OpenStack Proposal Bot tries to update requirements with global requirements, while the upgraded hacking has introduced some new rules which are not fully handled by current code. This patch fixes some simple rules which are quite straight-forward. Change-Id: If8334f69fb1ad34fbbd6ad898e0e92eb3f81e95a
* Updated from global requirementsOpenStack Proposal Bot2014-06-111-1/+7
| | | | Change-Id: Id7f6b00b6bc26e0c5f9ecd76ece5ff670675b8aa
* Revert "Fix temporary pypy gate issue with setuptools"Ildiko Vancsa2014-04-181-5/+0
| | | This reverts commit 0972c76a7734fd1f307f239fdd858d12ddde1cab
* Fix temporary pypy gate issue with setuptoolsIldiko Vancsa2014-03-181-0/+5
| | | | | | | | | | Adding a fix proposed in https://bugs.launchpad.net/openstack-ci/+bug/1290562 to avoid continuous gate failures because of setuptools issue reported in the bug linked above. Temporary Fixes-bug: #1290562 Change-Id: Id7ff477c4168f42bee2c3c9a8fc70ff7953bf10a
* Remove tox locale overridesNoorul Islam K M2014-02-101-3/+0
| | | | | | | | | | | | | | | * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I0661b20a0e426fee56bc706d364dfe158da9be72 Closes-Bug: #1277495
* Enable hacking H233 ruleZhiQiang Fan2014-01-231-1/+1
| | | | | | | H233: Check that all occurrences look like print functions, not print operator. Change-Id: Ida43c6d68c605f7b6aba32a3aa4155811b888ef2
* Updates tox.ini to use new featuresSushil Kumar2013-12-111-0/+4
| | | | | | | | | | | | tox 1.6 allows us to skip the sdist step, which is slow. This does that. It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we weren't asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: Idcc32f7191df85eaac35f4f07256847b677b27fe
* Enable pep8 E711/E712/E721/H302 checkingLianhao Lu2013-11-221-1/+1
| | | | Change-Id: I229f1c15b46284fae94d4c786765baa18da0055f
* Enable pep8 E128 checkingLianhao Lu2013-11-221-1/+1
| | | | Change-Id: I31dc17f0faaae1c32e5106873fd13158376367f7
* Enable pep8 E121/E122/E123 checkingLianhao Lu2013-11-221-1/+1
| | | | Change-Id: I686f2b7895868e6ebaabe5d274e3efde2dd9c441
* Added support for running the tests under PyPy with toxAlex Gaynor2013-09-051-1/+1
| | | | | | This is a precursor to having them run under check and gate. Change-Id: I42ed34362bb840fe3a6d1d22e28beba8963fdb85
* Updated from global requirementsMonty Taylor2013-08-081-1/+1
| | | | Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
* Start using pyflakesDirk Mueller2013-06-091-1/+1
| | | | | | | | Enable Pyflakes tests. Fix those warnings that occur. Also explicitely list the pep8 warnings that currently fail. Change-Id: Icfd7bf23007a99187cfee66cbd630e0e885bf7d3
* Enable more pep8 checksAngus Salkeld2013-05-231-2/+2
| | | | Change-Id: Ib8509391d4c4521e18f0e980003c5e94c7ba2f54
* Rename tools/pip-requires to requirements.txtAngus Salkeld2013-05-211-4/+2
| | | | | | | | (and tools/test-requires to test-requirements.txt). Requested by infra: bug 1179008 Change-Id: I7a6375622d095a9eda232ed82d167fc3a198ed06
* Migrate to flake8.Monty Taylor2013-05-181-4/+6
| | | | | | Fixes bug 1172444. Change-Id: Iba46d40a0e3ae0385ce51181f47295a2b520110d
* Use testr to run testsAngus Salkeld2013-05-101-32/+15
| | | | | | This is taken largely from python-novaclient and Heat Change-Id: I8f2eb9185ac073e9ee97bb9c757a4c3c2f8d6d6b
* Pin pep8 to 1.3.3Chuck Short2013-01-071-1/+1
| | | | | | | | pep8 1.3.3 is pretty much standard across the openstack projects. Pin pep8 1.3.3 and fix associated warnings/errors. Change-Id: I7230857889d261320a0dab2c261c9f85dc0ee602 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Initial CommitAngus Salkeld2012-11-091-0/+46
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>