babeltrace: check header include guards in lint job
[lttng-ci.git] / .travis.yml
index 004da9dabe181a5e749556a42a71fc2b007f68cf..0ffb38ffd931624e2ee538e7a539d5c577f0fa9d 100644 (file)
@@ -1,5 +1,8 @@
+sudo: false
 language: python
 python:
   - "2.7"
-install: "pip install jenkins-job-builder"
-script: jenkins-jobs test jobs/ -o test/
+  - "3.5"
+  - "pypy"
+install: pip install tox-travis
+script: tox
This page took 0.022597 seconds and 4 git commands to generate.