From 0a2775a6fba276a77ac4d2ddab0e34c54e2d3c7d Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Fri, 14 Jun 2013 23:32:10 +0100 Subject: [PATCH] re enable systests in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4