-----
* feat: adds .landscape.yml
* fix: syntax error in config.cfg
* feat: switch packaging to pbr
* docs: improve doc strings
* fix: make fixturebuilder imports work both for python 2 and 3
* fix: remove dowload-url from setup.py
* feat: update ci to automatically publish to pypi
* fix: remove snapshottest from requirements
* fix: exchange snapshottest with explicit json encoding
* fix: remove python 2.6 and 3.2 from list of supported versions
* fix: don't cover snapshots
* feat: adds CI badges to readme
* feat: setup ci using travis-ci
* feat: implement FixtureBuilder
* Initial commit