summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* - D rules seem to have been added overnight to the flake8 pluginMike Bayer2016-02-021-1/+1
| | | | | I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved.
* - using extras here has the effect of defeating the usedevelop flagMike Bayer2016-01-281-6/+6
| | | | since SQLAlchemy gets installed as develop and in the virtualenv
* - experimental - try out a very open ended design for the factors, assumeMike Bayer2016-01-271-26/+15
| | | | | many more combinations of factors are possible and basically make them more akin to command options at the tox level.
* - restore the use of PYTHONNOUSERSITE that was removedMike Bayer2016-01-271-6/+33
| | | | | | | | | | in df3f125bd84fc7ec5d45592c5774daf3a39d9bc9, this flag is explicitly checked within conftest.py and we need to continue to use it, otherwise a tox build inside of .tox that isn't usedevelop is ignored, including C extensions - rework the whole system of running with coverage, so that with coverage, we *are* using usedevelop, but also make sure we rm the .so files for nocext, make sure we --cov-append, etc.
* remove PYTHONNOUSERSITE, not sure why this was here, it apparently ↵Mike Bayer2016-01-261-3/+0
| | | | interferes with coverage
* - another approach at coverageMike Bayer2016-01-261-32/+26
|
* - try to improve the default coverage jobMike Bayer2016-01-261-1/+2
|
* - fix the deps for the last changeMike Bayer2016-01-241-6/+6
|
* - unfortunately we have to force the paths to be shorter due toMike Bayer2016-01-241-7/+7
| | | | https://github.com/pypa/virtualenv/issues/596
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-11/+15
| | | | | | profiling problems here - add extras_require to setup.py for the most common DBAPIs - rework tox.ini to use extras, specify a test matrix built in
* - and NLS_LANG....Mike Bayer2015-12-051-2/+2
|
* - add ORACLE_HOME to passenv allowing oracle to work w/ tox 2.0Mike Bayer2015-12-051-0/+5
|
* - add an ignore for N806Mike Bayer2015-11-251-1/+1
|
* - add py35Mike Bayer2015-11-221-1/+1
|
* - OK, forget it, the DBAPIs, etc. everything else is also site-wide,Mike Bayer2015-04-051-5/+3
| | | | we need site-packages
* - since we're working with no_site_packages at the moment, add in xdist to ↵Mike Bayer2015-04-051-0/+1
| | | | get jenkins to work
* - Fixed the pathing used when tests run; for sqla_nose.py and py.test,Mike Bayer2015-04-041-2/+16
| | | | | | | | the "./lib" prefix is again inserted at the head of sys.path but only if sys.flags.no_user_site isn't set; this makes it act just like the way Python puts "." in the current path by default. For tox, we are setting the PYTHONNOUSERSITE flag now. fixes #3356
* Fix dependencies for running coverage checksGilles Dartiguelongue2015-03-101-1/+3
|
* - 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