- Fixes issue #21 (dasm)
- Fully dropped python2 support (dasm)
- Added explicit requirement for virtualenv (dasm)
- Remove python2 support (bubenkoff)
- Correctly handle default venv location (bubenkoff)
- Compatible with pytest-xdist >= 1.26.0 including 2.0.0+ (Zac-HD)
- Add config option to select cipher for ssh connection (dasm)
- Fix deprecation warnings for pytest (dasm)
- Support pytest-xdist >= 1.26.0 (dasm)
- Support pytest >= 3.6.1 (dasm)
- Remove support for Python 3.0, 3.1, 3.2, 3.3 (consistent with pytest-xdist) (dasm)
- support python 3.7 (bubenkoff)
- support pytest-xdist >=1.22.1 (bubenkoff)
- pytest fixed version number is removed from the requirements (olegpidsadnyi)
- removed pytest-cache dependency (olegpidsadnyi)
- Add verbosity to rsync progress (bubenkoff)
- Add develop eggs setting to install packages on remote side in development mode (bubenkoff)
- Correctly handle python path on remote side (bubenkoff)
- Add rsync progress to the output, change default bandwidth limit (bubenkoff)
- Fast native rsync instead of python based one (bubenkoff)
- Avoid unnecessary multiple ssh connections to the same node (bubenkoff)
- Correct virtualenv execution (bubenkoff)
- Ensure plugin command line hook is executed first (bubenkoff)
- Correct free memory calculation (bubenkoff)
- Add pyc files cleanup (bubenkoff)
- Automatic discovery of the virtualenv (bubenkoff)
- Fixes to rsyncing (bubenkoff)
- Safer node id generation (bubenkoff)
- Guarantee uniqueness of provided nodes (bubenkoff)
- Delete orphan files when rsyncing (bubenkoff)
- Add possibility to pass node list as space separated (bubenkoff)
- Initial public release