summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-15 10:26:38 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-15 10:26:38 -0500
commit99622ab0e3d295a3ec17f69fb21dc68c94cc7fda (patch)
tree53b277a2bb49cf736dd30306730c2ed6be2e4e2c
parent6c36336e9fc45048ad43e4ff494c9d1ffc14fc49 (diff)
downloadpytest-runner-99622ab0e3d295a3ec17f69fb21dc68c94cc7fda.tar.gz
Declare 'python' factor at top level
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d4eecec..c7ed90b 100644
--- a/.travis.yml
+++ b/.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