jjb: use tox to run tests
[lttng-ci.git] / .travis.yml
index 3237e7f8c422f841b1c84a7c2a5e35a54abd14dd..01fc18afc99d66b67a83b349476d9e74e1335d5b 100644 (file)
@@ -1,6 +1,8 @@
+sudo: false
 language: python
 python:
   - "2.7"
-install: 
-  - pip install jenkins-job-builder
-script: jenkins-jobs test jobs/ -o test/
+  - "3.5"
+  - "pypi"
+install: pip install tox-travis
+script: tox
This page took 0.022105 seconds and 4 git commands to generate.