------------------
- Preparing 0.1.1. [alexv]
- Quick docs cleanup. [alexv]
- Cosmetics. [alexv]
- Requiring catkin_pip minimum 0.1.10, in order to fail on ros install
flow since some of our pip dependencies are not satisfied by ros debs
(and we dont want them to in this python package). [alexv]
- Disabling travis checks for ros install flow since this package is not
aimed at being installed or released as a ROS package. [alexv]
- Review documentation. fixing travis test. [alexv]
- Renaming DISTRO -> CI_ROS_DISTRO variable from travis config. [alexv]
- Separating devel and install flow for ros travis checks. added publish
and tag methods to setup.py an removed pypi_release script. improved
setup.cfg and added doc requirements. [alexv]
- Reviewing travis for test and cosmetics. [AlexV]
- Reviewing tox and tests. [AlexV]
- Comments for tox. [AlexV]
- New test strategy for travis. since we need to use system packages, we
cant use travis python language build environment. [AlexV]
- Forcing travis to get latest tox. [AlexV]
- Fixed tox.ini to set venvs properly and make tests pass. [AlexV]
- Fixing tests to be run with pytest from catkin. [AlexV]
- Fixed main entrypoint for pytest. fixed pyros-utils and pyros-config
dependencies version. [AlexV]
- Now adding path to ROS_PACKLAGE_PATH only if it exists. [alexv]
- Fixing test for pytest. [alexv]
- Travis now using py.test directly since tox doesnt work refined
tox.ini improving gitignore. [alexv]
- Now using pytest for self test. [alexv]
- Using renamed catkin_pip. [alexv]
- Setting up python environments and tox. fixing version in setup.py.
[alexv]
- Restructuring to a pure python package with pytest and tox testing, on
indigo and jade. pytest passing (remove *.pyc). tox failing. [alexv]
- Cleaning up pyros_utils related code. [alexv]
- Cleaning up pyros_config related code. [alexv]
- Now requiring catkin_pure_python 0.1.2. comments. [alexv]
- Updating for catkin_pure_python 0.1.0. [AlexV]
- Bumping minimum required catkin_pure_python version to 0.0.8 to not
write to install workspace before make install. [alexv]
- Improved readme, mentioning to use pip package and catkin_pure_python.
[alexv]
- Hopefully fixing travis build dependencies problem, for now... [alexv]
- Improved error message when import fails. [alexv]
- Fixing rosdep install step in travis. [alexv]
- Now installing ros dependencies in ros build script to check ros
dependencies can also be retrieved from python workflow. [alexv]
- Added doc about config file contents. [alexv]
- Updated docs. cosmetics. [alexv]