babeltrace: check header include guards in lint job
[lttng-ci.git] / .travis.yml
index 80639ac5c7eae4e96a57d788eb693afb44e9842a..0ffb38ffd931624e2ee538e7a539d5c577f0fa9d 100644 (file)
@@ -1,6 +1,8 @@
+sudo: false
 language: python
 python:
   - "2.7"
-install: 
-  - pip install git+git://github.com/mjeanson/jenkins-job-builder@bug/2000340#egg=jenkins-job-builder
-script: jenkins-jobs test jobs/ -o test/
+  - "3.5"
+  - "pypy"
+install: pip install tox-travis
+script: tox
This page took 0.026061 seconds and 4 git commands to generate.