summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* sync oslogordon chung2014-12-101-1/+4
| | | | | | | | | this patch also corrects an issue where we incorrectly referenced common._i18n this patch syncs to: Ia1820495a989f4f84530ab83f2d87d53a9f761df Change-Id: Ia192869d7e92732000b9033b09b97316ba5d5028
* Use correct name of oslo debugger scriptSteve Martinelli2014-10-211-1/+1
| | | | | | | As of oslotest 1.2.0 the oslo debugger script dropped the .sh extension. This patch corrects the use the script name in tox.ini Change-Id: I0b814f5136e2858ac53ba45db523790d220a6b88
* Remove dependencies from docs test env in tox.iniSteve Martinelli2014-10-021-2/+0
| | | | | | | | Because the docs environment inherits from the greater 'testenv', which has the dependencies already mentioned, there is no need to have them listed again for the 'docs' environment. Change-Id: I83830e47b44cab2a9d44a67827f3f28b687c5fdd
* Use oslo_debug_helper and remove our own versionSteve Martinelli2014-09-111-2/+1
| | | | | | | | | With the latest version of oslotest, we can now take advantage of a common oslo_debug_helper script. We can now remove our own homebrewed version, minor changes to tox.ini were needed. Change-Id: Ifd5d0454e424ecfca0db30d3d3f6350ba7db1b60
* Work toward Python 3.4 support and testingJeremy Stanley2014-09-031-1/+1
| | | | Change-Id: I52b161c8612df50174cb877424aaeb805622211c
* Merge "Enable PEP8 checks E128, E251 and E265"Jenkins2014-08-111-1/+1
|\
| * Enable PEP8 checks E128, E251 and E265Christian Berendt2014-08-011-1/+1
| | | | | | | | | | | | | | | | * E128 continuation line under-indented for visual indent * E251 unexpected spaces around keyword / parameter equals * E265 block comment should start with '# ' Change-Id: Ie4b7d8a392c8e8bed58c171b5fc1b9db308036bc
* | Debug env for toxBrad Topol2014-07-281-0/+4
|/ | | | | | | | | | | | | | | | | | Running a test with pdb was difficult because tox captures output and causes pdb prompt to quit. Tips for how to run with debug are provided here: https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests This change puts these commands into a debug env in tox.ini so you can do a command like tox -e debug pycadf.tests.test_cadf_spec and when it hits your breakpoint you'll get the debug prompt. Change-Id: I53893d618cd60c0456368088497542db7e4a6eac Co-Authored-By: Brant Knudson <bknudson@us.ibm.com>
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+1
| | | | | | | * H305 imports not grouped correctly * H307 like imports should be grouped together Change-Id: Ied0e83b9b37dcb7a7a60a653093c3fa0d8e56226
* Bump hacking to 0.9.x seriesDavanum Srinivas2014-06-121-0/+1
| | | | | | | | In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: Id92d86233774000012f325c981df6772f64c33dd
* pycadf documentationGordon Chung2014-03-171-0/+5
| | | | | | | | add basic documentation on CADF spec. Closes-Bug: #1279951 Change-Id: Ie1703d9b5109d8275377857e5362e3b09385f647 Implements: blueprint document-pycadf
* oslo common code sync and requirements cleanupGordon Chung2014-02-201-1/+1
| | | | | | | clean up requirements and pull in oslo code required for audit middleware Change-Id: Ia9c5bb9b6468e9d859d6b1f5a88798e72b3dc8ae
* Updated from global requirementsGordon Chung2013-10-221-2/+1
| | | | Change-Id: I93b64953819fb83af78bd34a93c51419da599e90
* update tox to 1.6Gordon Chung2013-09-171-1/+4
| | | | | | | | ceilometer uses 1.6, let's utilise it as well to avoid any incompatibility when manually running tests. Change-Id: I9a3323310020381ceeebe7aa86219eff32b92ec1 Fixes: Bug#1226853
* initial project setupDoug Hellmann2013-08-021-0/+25
Change-Id: I1bbe058cf162549a517814e02a3e8bed70b5dbf8