From: salimfadhley Date: Fri, 14 Jun 2013 22:32:10 +0000 (+0100) Subject: re enable systests in travis X-Git-Tag: v0.2.23~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a2775a6fba276a77ac4d2ddab0e34c54e2d3c7d;p=tools%2Fpython-jenkinsapi.git re enable systests in travis --- diff --git a/.travis.yml b/.travis.yml index 180ca70..187e8ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ install: - "easy_install nose" # command to run tests, e.g. python setup.py test script: - - "nosetests jenkinsapi_tests/unittests" + - "nosetests jenkinsapi_tests" # - "nosetests jenkinsapi_tests/systests"