summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* - we can start checking these flake rulesMike Bayer2014-09-171-1/+1
|
* - move this to the correct locationMike Bayer2014-09-171-1/+1
|
* - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysqlMike Bayer2014-09-151-1/+1
|
* - remove some crufty old testing optionsMike Bayer2014-09-141-13/+11
| | | | | | | | - reestablish the "bootstrap" system of loading the test runners in testing/plugin; using the updated approach we just came up with for alembic. Coverage should be fixed now when running either py.test or nose. fixes #3196 - upgrade tox.ini and start using a .coveragerc file
* - exclude profiling altogether from coverageMike Bayer2014-07-271-0/+1
|
* - disable C exts on coverage runMike Bayer2014-07-271-0/+3
|
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-10/+3
| | | | simplify tox again now that we can exclude tests more easily
* - reorganize tox optionsMike Bayer2014-07-261-4/+10
|
* - support argsMike Bayer2014-07-201-2/+1
|
* - add E721Mike Bayer2014-07-181-1/+1
|
* - update the flake8 rules againMike Bayer2014-07-181-1/+1
| | | | - apply autopep8 + manual fixes to most of test/sql/
* - reinstate E123, E125, E128Mike Bayer2014-07-161-1/+1
| | | | - edit strategies.py to conform
* - add a full env for pypy, name it funny to avoid hidden/undocumentedMike Bayer2014-07-151-2/+6
| | | | tox behavior
* - ensure usedevelop is present so that C exts are in the testsMike Bayer2014-07-141-0/+1
|
* update test runners to be module-basedMike Bayer2014-07-101-5/+3
|
* OK use toxMike Bayer2014-07-101-0/+37