Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
-test/
+/test/
+/etc/jenkins_jobs.ini
+/.tox
.venv*/
-etc/jenkins_jobs.ini
+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
--- /dev/null
+[tox]
+minversion = 1.9
+skipsdist = True
+toxworkdir = {env:TOXWORKDIR:.tox}
+
+[testenv]
+skip_install = True
+deps = jenkins-job-builder
+commands = jenkins-jobs test jobs/ -o test/