do not run the py35 job for deliverable file changes

Only the releases repo has deliverable files, but it seems excessive
to duplicate the job definition just to ignore those files.

Change-Id: I06dcc292655c13c5eaa777cd9d1df7743ee2de9e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-10-30 12:52:23 -04:00
parent 41b970d38b
commit e8267282c3

View File

@ -265,6 +265,7 @@
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^deliverables/.*$
vars:
tox_envlist: py35