summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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