summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Update the swift documentation themeSteve Martinelli2014-08-051-0/+3
* Use except x as y instead of except x, yChristian Berendt2014-07-071-1/+1
* Added a tox job for running flake8 under Python 3Alex Gaynor2014-05-171-0/+10
* In-process swift server for functional testsPeter Portante2014-04-291-0/+3
* Merge "Only run flake8 on Swift code"Jenkins2014-04-021-1/+1
|\
| * Only run flake8 on Swift codeSamuel Merritt2014-03-271-1/+1
* | Update tox.ini so flake8 works even without hackingClay Gerrard2014-03-041-2/+2
|/
* use specific hacking rulesJohn Dickinson2014-01-111-3/+8
* Whitelist external netifaces requirementJeremy Stanley2014-01-061-1/+1
* Allow running just one test with toxSamuel Merritt2013-12-181-1/+1
* Updates tox.ini to use new featuresSushil Kumar2013-12-111-0/+3
* Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2Morgan Fainberg2013-12-101-0/+1
* Remove Python 3.3 from list of tox environmentsPeter Portante2013-12-021-1/+1
* allow bare excepts in flake8John Dickinson2013-11-151-1/+1
* Merge "Add support for POST commit coverage runs"Jenkins2013-09-141-0/+7
|\
| * Add support for POST commit coverage runsPeter Portante2013-09-051-0/+7
* | Move string expansion outside localisation (H702)Dirk Mueller2013-09-071-1/+3
* | Pep8 final two unit test modules and enforce (12 of 12)Peter Portante2013-09-041-1/+1
|/
* Removed unnecessary monkeypatching of __builtin__Alex Gaynor2013-07-271-1/+0
* Start using HackingDirk Mueller2013-07-151-1/+1
* Merge "python3: Introduce py33 to tox.ini"Jenkins2013-06-211-1/+1
|\
| * python3: Introduce py33 to tox.iniChuck Short2013-06-011-1/+1
* | Add branch coverage reportingPeter Portante2013-06-101-3/+2
|/
* Rename requires files to standard names.niu-zglinux2013-05-301-2/+2
* Update to flake8 instead of pep8.Monty Taylor2013-05-011-3/+8
* Upgrade pep8 to 1.3.3.Samuel Merritt2012-11-261-1/+1
* Align tox.ini and fix coverage jobs in jenkins.Monty Taylor2012-06-081-28/+14
* Make scripts in bin/ PEP8-compliant.Samuel Merritt2012-05-041-1/+3
* Add venv commands to tox.ini.Monty Taylor2012-03-161-7/+8
* Add support for venv-based test run with tox.Maru Newby2012-03-071-0/+41