Declare 'python' factor at top level
This commit is contained in:
parent
6c36336e9f
commit
99622ab0e3
|
@ -2,11 +2,12 @@ dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- 2.7
|
||||||
|
- &latest_py3 3.6
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
|
||||||
- python: 2.7
|
|
||||||
- python: &latest_py3 3.6
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
python: *latest_py3
|
python: *latest_py3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user