.travis.yml 260 B

123456789101112131415
  1. ---
  2. language: 'python'
  3. python: '2.7'
  4. virtualenv:
  5. system_site_packages: true
  6. before_install: True
  7. install: True
  8. script:
  9. - 'git clone --depth 1 https://github.com/nickjj/rolespec'
  10. - 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite'