Skip to content

Commit

Permalink
modifying travis script to run pytest directly on install directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Mar 31, 2017
1 parent 0c5e67e commit 1ee94c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis_checks.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ elif [ "$ROS_FLOW" == "install" ]; then
make -j1 install
source install/setup.bash
# since the tests are part of the package and installed with it
# we can run them
py.test pyros_msgs
# we can now run them
py.test install/lib/python2.7/dist-packages/pyros_msgs
# TODO : have a command line program to run self tests
fi

0 comments on commit 1ee94c2

Please sign in to comment.