split out travis commands
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:04:10 +0000 (00:04 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:04:10 +0000 (00:04 +0100)
.travis.yml

index 271aa8c..2f71c78 100644 (file)
@@ -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"