Skip to content

Commit

Permalink
Update directories to test for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed May 11, 2015
1 parent 92bba0a commit 4c448a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ case "$TEST_MODE"
in
run_program|coverage_c|coverage_py)
export PYTHONUNBUFFERED=1
if [ "$TEST_MODE" = "coverage_py" ]; then export COVER="coverage run --append --source=$PWD/reprozip/reprozip,$PWD/reprounzip/reprounzip,$PWD/reprounzip-vagrant/reprounzip --branch"; fi
if [ "$TEST_MODE" = "coverage_py" ]; then
export COVER="coverage run --append --source=$PWD/reprozip/reprozip,$PWD/reprounzip/reprounzip,$PWD/reprounzip-docker/reprounzip,$PWD/reprounzip-vagrant/reprounzip,$PWD/reprounzip-vistrails/reprounzip --branch"
fi
if [ $TRAVIS_PYTHON_VERSION = "2.6" ]; then export REPROZIP_PYTHON=/tmp/rpz2.7/bin/python; fi
python tests
;;
Expand Down

0 comments on commit 4c448a9

Please sign in to comment.