From: salimfadhley Date: Wed, 12 Jun 2013 23:04:10 +0000 (+0100) Subject: split out travis commands X-Git-Tag: v0.2.23~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8ccb0819331da8e210b58276f0cccae64a657dc;p=tools%2Fpython-jenkinsapi.git split out travis commands --- diff --git a/.travis.yml b/.travis.yml index 271aa8c..2f71c78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,6 @@ install: - "easy_install mock" - "easy_install nose" # command to run tests, e.g. python setup.py test -script: python setup.py nosetests +script: + - "nosetests jenkinsapi_tests/unittests" + - "nosetests jenkinsapi_tests/systests"