summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* warn against sorting requirementsAndreas Jaeger2014-09-111-1/+0
| | | | | | | And do not check for sorted requirements. Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
* Add a tox job for generating docsSteve Martinelli2014-07-241-0/+4
| | | | | | | Add a tox job to make it easier for developers to generate their own docs before submitting a patch. Change-Id: I9c53ce664b164003fe42ed03d1f850d954bf0971
* Removed now unnecesary workaround for PyPyAlex Gaynor2014-05-311-5/+0
| | | | Change-Id: I4a0de9ffc6129285465ab18140495d39a5ff5a14
* Merge "Sort requirement files in alphabetical order"Jenkins2014-03-241-0/+1
|\
| * Sort requirement files in alphabetical orderChenZheng2014-02-271-0/+1
| | | | | | | | | | | | | | | | This makes code more readable, and can check whether specific library in the requirement files easily. We also enforce the check in pep8. Change-Id: I08434dd56d41a82045e4119e547b7b3f60d66698 Closes-Bug: #1285478
* | Workaround failing pypy gate jobSteve Baker2014-03-181-0/+4
| | | | | | | | | | | | | | | | Until a proper fix is found, pin the version of setuptools to one that doesn't cause this issue. Change-Id: I4f5f2b6449a90df06b366f9eb3f2c16bb37cc758 Related-Bug: #1290562
* | Python3: fix test_stack_list_with_args()Cyril Roelandt2014-03-061-0/+3
|/ | | | | | | | | | | | The expected_url in test_stack_list_with_args() does not always match the URL actually used in the code. This patch fixes this issue by: - using urlutils.urlencode() in both the code and the tests, so that changes in the urlencode() implementation do not affect the tests; - setting the PYTHONHASHSEED environment variable to 0 when running the tests, so that randomisation is disabled and urlutils.urlencode() has predictable results. Change-Id: I5b50bad98f5c237cdc12e4ab75f21917ca0ef30d
* Enable hacking H233 ruleZhiQiang Fan2014-01-311-1/+2
| | | | | | | | | | | H233: Python 3.x incompatible use of print operator Python 3 support is a good feature for OpenStack service client, and we already have a patch for H233 but still ignore it in hacking check, we can enable it to avoid introducing such problem again. Change-Id: I5295ef62eef7a9f6ec7f2b67d6b68dbe2dec7067 ref: https://review.openstack.org/#/c/52841/
* Added API reference documentJUN JIE NAN2014-01-061-1/+1
| | | | | | | The API reference document is missing so addded it and enabled pep8 check for conf.py. Change-Id: I04236c5427d7ac624781fbfc920a79f855d8cd75
* Updates tox.ini to use new featuresSushil Kumar2013-12-131-0/+4
| | | | | | | | | | | | | | | | Reasons: - tox update v1.6 Changes: - tox 1.6 allows us to skip the sdist step, which is slow. - 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: Ib51796afbfdffb5a879046ca1b94a55b1f6ef6f1
* Merge "Fix and enable Hacking H501 warning"Jenkins2013-09-041-1/+1
|\
| * Fix and enable Hacking H501 warningDirk Mueller2013-09-021-1/+1
| | | | | | | | | | | | | | Enable Gating on H501. Fix the only two cases that trigger. Change-Id: Ib309b989df6556d7436e718e1497ce4dcacc83d6
* | Added support for running the tests under PyPy with toxAlex Gaynor2013-09-031-1/+1
|/ | | | | | | | | | | This is a precursor to having them run under check and gate. This also fixes a single test which fails on PyPy, the test failes at because it assumes a ``dict`` has a particular order for its keys when it is printed out, on PyPy dicts have a different order sometimes, the exact ordering is not a guarnteed property of Python. Change-Id: Ie86726a0221e5e9aa68f7303d8ca8c7acd878f65
* Sync with global requirementsMonty Taylor2013-08-051-1/+1
| | | | Change-Id: Iad82b688da07f3aa83a9850b5ea9fe2beb51019e
* Fix all but H302 hacking rules.Angus Salkeld2013-06-271-1/+1
| | | | Change-Id: Iac329617428b851df42579d5bd0b299d2f6e2c0a
* Fix all the pep8 E* and F* errors.Angus Salkeld2013-06-271-1/+1
| | | | Change-Id: I34bab949e4795073544c64c9796237c60ace4d65
* Fix various smaller pep8 issuesDirk Mueller2013-06-201-1/+1
| | | | Change-Id: Icc015418e0e231311ac0a0cc507fa3f8842d8811
* flake8 ignore build directory.Steve Baker2013-06-171-1/+1
| | | | Change-Id: I5c1b436dac7bb558f2c2c02c0d7de51751305e91
* Migrate to testr from nose.Angus Salkeld2013-05-311-7/+3
| | | | Change-Id: Ibe0c2eeee9aeb4cb1832456cdc0d080a5a9af175
* Move requirements files to standard names.Monty Taylor2013-05-251-2/+2
| | | | Change-Id: Ia27def1cf04aae8fe6e9f19e965b0083638d2201
* Fix some "H" pep errorsAngus Salkeld2013-05-201-1/+1
| | | | | | And be more specific about which ones we ignore. Change-Id: I69fd6897957e3dcb5939cf48651a0f1b41b711dd
* Migrate to flake8.Monty Taylor2013-05-181-21/+6
| | | | | | Fixes bug 1172444. Change-Id: Icd6c41f9f5b799ed0b121dc3a3af9d4304fa0eff
* Initial importSteve Baker2012-10-101-0/+46