Declare 'python' factor at top level

This commit is contained in:
Jason R. Coombs 2017-11-15 10:26:38 -05:00
parent 6c36336e9f
commit 99622ab0e3

View File

@ -2,11 +2,12 @@ dist: trusty
sudo: false
language: python
python:
- 2.7
- &latest_py3 3.6
jobs:
fast_finish: true
include:
- python: 2.7
- python: &latest_py3 3.6
- stage: deploy
if: tag IS present
python: *latest_py3