From e8ccb0819331da8e210b58276f0cccae64a657dc Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Thu, 13 Jun 2013 00:04:10 +0100 Subject: [PATCH] split out travis commands --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.7.4