From c545f6e3f060e1a78c6690570f6f54747a534eeb Mon Sep 17 00:00:00 2001 From: David Whiteside Date: Mon, 19 Sep 2016 21:29:25 -0600 Subject: [PATCH] remove c unit test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95f9898..bcf086d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ install: script: - 'export PYTHONPATH="${PYTHONPATH}:./pivportal/lib"' - "coverage run --source=pivportal $(which nosetests) -w pivportal/test/" - - "cd pam_pivportal/ && make clean && make && make test" +# - "cd pam_pivportal/ && make clean && make && make test" after_success: - coveralls \ No newline at end of file