@@ -1,5 +1,6 @@
 ---
 
+sudo: required
 language: 'python'
 python: '2.7'
 
@@ -14,4 +15,5 @@ install: True
 
 script:
   - 'nosetests'
-
+  - 'git clone --depth 1 https://github.com/nickjj/rolespec'
+  - 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite'