CHANGES
=======

1.0.2
-----

* Added proxy vars to passenv
* embedded fabric3 fork to avoid controversial requirments
* build: bump pip and updates passenv

1.0.1
-----

* Adds PYTEST\_ADDOPTS to passenv
* Fix Cache entry deserialization failed, entry ignored

1.0.0
-----

* Fix rsync excludes to avoid sync of untracked files
* allow rtox module to be executed
* avoid untox testing errors
* Assure gitignore excludes are loaded correctly
* Allow using repo name instead of hash for target folder

0.0.9
-----

* assure rsync also removes files

0.0.8
-----

* improve rsync code

0.0.7
-----

* travis: fixed credentials

0.0.4
-----

* travis: release on tags
* Improve fabric support (py3) (#21)
* adopt use of fabric (#20)
* addopt logging module (#17)
* untox: assure no empty lines are left in cleaned file (#16)
* Adds bindep support (#15)
* untox: print diffs and correctly remove comments (#14)
* add help and version arguments to untox (#13)
* Document untox purpose and behaviour

0.0.3
-----

* integrate untox into rtox

0.0.2
-----

* assure we flush the stdin/stderr
* travis: build merges to master only
* Moved test file to root
* Enabled linting based on python hacking
* Added build status badge
* Autodetect location of config file
* Avoid GSSException
* add travis integration

0.0.1
-----

* Adopt pbr packaging
* Send trailing arguments to tox
* Add busy wait into main loop
* Use rsync
* Flesh out readme
* Use checkout instead of reset --hard
* Add another consideration
* Handle keyboard interrupts gracefully during commands
* Abandon argparse in favor of sys.argv
* Naively reflect the remote repo remotely
* Read channel buffer length dynamically
* Rename core functions to be more precise
* Add docstrings
* Add readme
* Add setup.py
* Switch from argparse to config file; pass tox args through
* Add license file
* Run tox for a hardcoded project remotely
