Declare 'python' factor at top level

master
Jason R. Coombs 7 years ago
parent 6c36336e9f
commit 99622ab0e3
  1. 7
      .travis.yml

@ -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…
Cancel
Save