Commit Graph

3 Commits

Author SHA1 Message Date
jab 79228b78e3 squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
jab f99ac5728f upgrade to pydocstyle 1.0.0 (formerly pep257) 2016-02-02 12:31:38 -05:00
jab c4ae97dd8b several improvements to test setup
- use latest patch releases of all python versions via pyenv
- use caching to speed up travis builds
- peg to latest versions of test deps (including hypothesis 2.0)
- set hypothesis to strict
- explicitly set average_size on strategies that accept it
- drop pypy3, not worth supporting till it catches up to cpython
- only pass --cov for python27 and 35; with other versions, it slows down
  hypothesis data generation so much, the health checks fail
- refactor tox and travis setup to use new test.sh helper script
2016-01-26 19:28:43 -05:00