First cut at travis configuration
This PR adds a travis-ci.org configuration to install this package, and run a basic test of $exe --help
for each script in bin/
.
In order to make this work I had to make the following seemingly unrelated changes
- try/except import
pyRXPU
from pyRXP v2 rather than justpyRXP
. this is the same change proposed in #4 - if this PR is merged, that one should be closed (rejected) - deleted the README file in favour of the README.md