summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* - add tox targets for 3.4Mike Bayer2015-05-011-1/+7
|
* - make the repo dynamicMike Bayer2015-03-101-4/+6
|
* - coverage was not working (and needs to be fixed in SQLAlchemy too),Mike Bayer2014-09-141-2/+2
| | | | | | | | | | go back to using a "bootstrap" system where we load in pytestplugin/ noseplugin via file importing, plugin/ is not used as a package. - identify the pytest_sessionstart hook as the best place to do plugin_base.post_begin() and actually begin importing main modules; this is where coverage has actually started. - we're now targeting 1.0.0 as this has to be ported to SQLAlchemy. - start using .coveragerc
* - dont do py3k testing for 0.7, 0.8Mike Bayer2014-09-141-3/+3
|
* - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-3/+19
| | | | | | | | | | | | like to run tests against 0.8 and even late 0.7 versions with the same capabilities, as well as run parallel testing against all of them. we need a consistent system to get that all to work, so for now we have the whole SQLA system shoved into here, not ideal but we have a very good testing situation for now. Once we target 0.9.4 at the lowest we should be able to move all this out. - re-support 0.7, starting at 0.7.6 which is where things mostly work. All tests, taking into account known skips and fails which are added here for 0.7, early 0.8s, pass on 0.7.9.
* devMike Bayer2014-09-131-1/+2
|
* - updatesMike Bayer2014-09-131-1/+2
|
* - start using tox 1.8 so that we can easily get multiple sqla versions off ↵Mike Bayer2014-09-131-9/+7
| | | | the ground
* - fix long lines within packageMike Bayer2014-09-091-1/+1
|
* - add a tox.ini fileMike Bayer2014-09-091-0/+36
- update the readme.unittests a bit