Commit Graph

13 Commits

Author SHA1 Message Date
Jason Madden 36331659f5
tweak manifest 2016-12-23 05:39:25 -06:00
Jason Madden 174409775b
Move migration instructions online. 2016-12-20 09:58:05 -06:00
Jason Madden f889008277
Support scripts for generating wheels.
[skip ci]
2016-09-22 17:56:25 -05:00
Jason Madden 632847d201
Rip out the compatibility with old CFFI.
The PyPy on Travis doesn't run with it anyway, and I couldn't make it
work locally either.

Try to install a pypy to test with that does work.
2016-09-22 17:00:29 -05:00
Jason Madden 0fb95054d3
Build the CFFI lib in a nice way when possible. 2016-09-22 16:14:58 -05:00
Jason Madden 601f5e16a3
Fix boolean testing of the LRUs on Python 3. Modify the algorithm to pre-populate the protected segment directly from the eden segment; this is a modification primarily for the sake of the existing microbenchmarks and may go away. 2016-09-16 18:53:44 -05:00
Jason Madden 9efc3bf878
sync manifest.in [skip ci] 2016-06-28 15:08:20 -05:00
Jason Madden a9a52cfac4
Setting up docs part 1 2016-06-22 07:13:49 -05:00
Jason Madden b0fbe8bcbc
fixup imports and builtin names. 2016-06-16 07:51:44 -05:00
Jason Madden 55436c7aaf Travis CI for MySQL and Postgres.
Adds .travis.yml and scripts for creating the DBs for those tests.
Travis is setup to send coverage reports to coveralls.io (once the tests
pass).

Also adds a tox.ini and .coveragerc for checking coverage locally.

Run the tests with '-m relstorage.tests.alltests', which now behaves
like the existing '-m relstorage.tests.testmysql' et al.

Fixes an issue running blob tests with '-m'.
2016-06-10 08:47:04 -05:00
Shane Hathaway 1675dda352 Added the "pre_pack:" prefix to more log messages. It clarifies what's going on.
Also added *.sublime-* to .gitignore.
2014-12-08 10:01:07 -07:00
Shane Hathaway 8635200dc8 Add metrics of the main RelStorage class. 2012-09-03 14:46:16 -06:00
Shane Hathaway 1d2ef368a9 .gitignore and some helpful pydev artifacts 2012-09-01 15:01:30 -06:00