summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Enable hacking check H104Christian Berendt2014-07-161-2/+1
| | | | | | | * [H104] Files with no code shouldn’t contain any license header nor comments, and must be left completely empty. Change-Id: Ic02858615833b516fd2c68a859146c8e018ae8e1
* Enabled hacking check H401Christian Berendt2014-07-101-2/+1
| | | | | | * [H401] Docstrings should not start with a space. Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
* Update hacking package, fix/ignore new style errorsJordan Cazamias2014-07-011-1/+11
| | | | | Change-Id: I49d26c3a9772c409b038b06e8256fb5823169c50 Implements: blueprint update-hacking
* Fix and enable gating on H306Dirk Mueller2013-12-161-1/+1
| | | | | | | | | H306, module imports should be in alphabetical order This hacking check actually improves readability quite a bit, as module imports can be sorted in groups (python stdlibs, external imports, in-module imports) Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
* Ensure beta versions are not downloaded from pypiKiall Mac Innes2013-09-181-1/+2
| | | | Change-Id: I636040826af81b6df4c8631e65876316fa10c081
* Add Hacking checksKiall Mac Innes2013-06-091-5/+10
| | | | Change-Id: I5435e83a8dbe3c3273b59ecb3c5f1be26c9bec96
* Migrate to PBRKiall Mac Innes2013-05-251-3/+2
| | | | Change-Id: I4f32b7c3ca7831becdd49f75a7fa48bfcfa7fe76
* Switch to flake8 and testrEndre Karlson2013-05-241-24/+18
| | | | Change-Id: Ia25ef86786895f376be410f74b9a30e3e8ff4243
* Have tox.ini actually run nosetestsKiall Mac Innes2013-03-041-1/+1
| | | | Change-Id: I3c93a6614ff71bfe2405257e2684fbc0fa05e76c
* Include setup-requires in tox.iniKiall Mac Innes2012-12-111-1/+2
| | | | Change-Id: Ie5e7b7b12e8ddcf82e41f747c25de84f4ccc4743
* Sync tox.ini with moniker repoKiall Mac Innes2012-11-181-4/+10
| | | | Change-Id: I11e972f82648052d48b305685b406af5671844a6
* Add PyFlakes tox envKiall Mac Innes2012-11-181-4/+13
| | | | Change-Id: I91af105b2b8427b71257c492f2b2830c5602aee2
* Cache pip downloads on JenkinsKiall Mac Innes2012-11-011-0/+3
| | | | Change-Id: Ic144b83423034adcc75bbc360527e2e1f3cbdd95
* Fixup tox.ini for Stackforge+GerritKiall Mac Innes2012-11-011-4/+3
| | | | Change-Id: Ib2b07140c4dc6891b60f878880c165bb0758819f
* Initial Commit - CLI SkeletonKiall Mac Innes2012-10-261-0/+21