Declare 'python' factor at top level
This commit is contained in:
parent
6c36336e9f
commit
99622ab0e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user