Commit Graph

12 Commits

Author SHA1 Message Date
jab 571fe87883 upgrade to pypy-portable-5.6.0 2016-11-21 01:27:25 -05:00
jab dbc678876f update pypy to 5.4.1 on Travis 2016-09-16 16:01:15 -04:00
jab d358f82ca3 use latest python versions on travis 2016-06-29 18:57:54 -04:00
jab 79228b78e3 squashed changes for 0.12.0 2016-06-28 00:05:23 -04: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
jab e771288fa9 add auto-release-to-pypi on tag via travis 2015-12-20 22:42:18 -05:00
jab 2074f4b0d8 implement stricter 1-to-1 checking + many fixes + improvements
See the changelog for full details.

Closes #21.
2015-12-20 22:05:22 -05:00
jab 5f40c86694 py35 2015-09-14 10:11:56 -04:00
jab 129874c76f use tox-travis on travis 2015-07-09 21:36:50 -04:00
jab fe7e7217cb refactor, tests + docs improvements
- break up single bidict.py module into multiple separate modules inside
  "bidict" package
  - new bidict.util and bidict.compat modules
  - move/rename bidict.fancy_iteritems to bidict.util.pairs
  - move bidict.iteritems and bidict.viewitems to bidict.compat
- condense docstrings by moving more documentation into separate sphinx pages
  in "docs" dir and doctests into separate files in new "tests" dir
- initial work on property-based testing using hypothesis
- adopt pytest
- bump to 0.9.0-dev
2015-04-27 11:08:27 -04:00
jab 6b73cff4bd enable containerized builds on travis-ci 2014-12-17 23:47:48 +00:00
jab a409c25525 moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00