Skip to content

First cut at travis configuration

Duncan Macleod requested to merge github/fork/duncanmmacleod/travis-ci into master

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 just pyRXP. 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

Merge request reports