summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* xenapi: fix pep8 violations in nova pluginsjmeridth2013-09-171-1/+1
* Ignore H803 from Hacking.Robert Collins2013-09-131-1/+2
* Merge "Have tox install via setup.py develop"Jenkins2013-09-041-3/+6
|\
| * Have tox install via setup.py developMonty Taylor2013-08-161-3/+6
* | Fix and gate on H302 (import only modules)Joe Gordon2013-08-291-1/+2
|/
* Merge "Fix H501: Do not use locals() for string formatting"Jenkins2013-08-131-2/+1
|\
| * Fix H501: Do not use locals() for string formattingDirk Mueller2013-08-101-2/+1
* | Merge "Add note why E712 is ignored"Jenkins2013-08-111-0/+2
|\ \ | |/ |/|
| * Add note why E712 is ignoredJoe Gordon2013-07-251-0/+2
* | Finish DB session cleanupBoris Pavlovic2013-08-061-1/+1
* | Fix and Gate on H303 (no wildcard imports)Joe Gordon2013-07-301-1/+1
* | Enabled hacking check for Python3 compatible print (H233)Alex Gaynor2013-07-291-2/+1
* | Enabled the hacking warning for Py3 compatible octal literals (H232)Alex Gaynor2013-07-291-2/+1
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-1/+0
|/
* Start using hacking 0.6Joe Gordon2013-07-251-1/+7
* Sync sample config file generator with OsloZhongyue Luo2013-07-231-1/+1
* Check that the configuration file sample is up to dateJulien Danjou2013-07-181-0/+1
* Add -U to the command line for pipMonty Taylor2013-07-111-1/+2
* Ensure flake8 tests run on all api codeJohn Garbutt2013-07-091-1/+1
* Fix and gate on E125Joe Gordon2013-07-041-1/+1
* Add HACKING check for db session paramDevananda van der Veen2013-07-021-1/+1
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+1
* Merge "Delete unused bin directory"Jenkins2013-06-051-1/+0
|\
| * Delete unused bin directoryJoe Gordon2013-06-031-1/+0
* | python3: Add py33 to tox.iniChuck Short2013-06-011-1/+1
|/
* Add posargs support to flake8 callJoe Gordon2013-05-281-1/+1
* Enumerate Flake8 E12x ignoresJoe Gordon2013-05-281-1/+1
* Fix and enable flake8 F823Joe Gordon2013-05-281-1/+1
* Fix and enable flake8 F812Joe Gordon2013-05-281-1/+1
* Enumerate Flake8 Fxxx ignoresJoe Gordon2013-05-281-1/+1
* Enable flake8 E721Joe Gordon2013-05-281-1/+1
* Rename requires files to standard names.Ruby Loo2013-05-221-2/+2
* Switch to flake8+hacking.Monty Taylor2013-05-171-7/+12
* Enable tox use of site-packages for libvirt.Clark Boylan2013-03-191-0/+1
* Update tox.ini to support RHEL 6.x.Dan Prince2013-03-071-1/+5
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-3/+0
* Harmonize PEP8 checking between tox and run_tests.shRick Harris2013-02-151-12/+1
* Module import style checking changesAttila Fazekas2013-02-131-4/+9
* Added the build directory to the tox.ini list pep8 ignores.Anita Kuno2013-02-071-1/+1
* Make sure there are no unused importJoe Gordon2013-01-281-1/+4
* Enable N302: Import modules onlyJoe Gordon2013-01-251-4/+2
* Fix hacking N302 import only modulesJoe Gordon2013-01-241-2/+4
* Fix nova coverage.Clark Boylan2013-01-211-1/+1
* Fix multi line docstring tests in hacking.pyJoe Gordon2013-01-171-2/+2
* Merge "Use testrepository setuptools support."Jenkins2013-01-161-9/+6
|\
| * Use testrepository setuptools support.Monty Taylor2013-01-141-9/+6
| * Revert "Use testr setuptools commands."James E. Blair2013-01-141-6/+9
| * Use testr setuptools commands.Monty Taylor2013-01-121-9/+6
* | enable hacking.py self testsSean Dague2013-01-141-0/+1
|/
* make runtests -p act more like toxSean Dague2013-01-101-2/+2