Commit Graph

6 Commits

Author SHA1 Message Date
Jason Madden 21887ef5f0
Version notes. [skip ci] 2017-01-27 11:11:53 -06:00
Jason Madden 402c965b9f Test on Appveyor (#145)
* First basic version of appveyor.yml for testing. Still need to configure databases. Lets just see if we build.

* stdint.h is not available on MSVC before 2010, but we're not using it anyway. myssqlclient won't compile on windows

* Try a define for broken c99 support in MSVC.

* Broader macro.

* Use old form of 0 initializing struct.

* More fixes for broken c99 support of MSVC.

* Attempt to setup the database.

* need /c

* give up on running the DB tests.

* produce wheels

* produce wheels

* one more try for mysql tests.

* Run the db script as part of the test, it seems services aren't started during install phase.

* MySQL tests are running, try adding postgres.

* badges

* right bin directory for postgres

* Skip one blob test on windows/py3
2016-12-11 11:06:27 -06:00
Jason Madden 353383b1af
Drop support for postgresql 8.1. This lets us simplify quite a bit of code. 2016-07-03 12:37:44 -05:00
Jason Madden cad824148f
Split docs into smaller parts. 2016-06-22 08:58:02 -05:00
Jason Madden b0ff04c508
Moving main README to RTD. 2016-06-22 07:45:35 -05:00
Jason Madden 0118517c50
Rename main .txt files to .rst for better rendering on github. 2016-06-21 08:28:02 -05:00