Skip to content

Commit

Permalink
Python-api tests as part of server test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 5, 2015
1 parent fccf99c commit 57e083c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis-run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/bash -ex

export GCOV_PREFIX=$HOME/gst-switch-coverage
case $TEST in
python-api )
cd python-api
Expand Down
1 change: 0 additions & 1 deletion .travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ sudo apt-get -y install wget libav-tools
if [[ $TEST == "server" ]]; then
sudo pip install cpp-coveralls --upgrade
else
sudo apt-get -y install libyaml-cpp-dev
sudo pip install python-coveralls --upgrade
fi

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ unittests:
$(MAKE) -C tests/unit check

integration:

$(MAKE) -C python-api test

0 comments on commit 57e083c

Please sign in to comment.