summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-16 15:22:52 +0100
committerJason R. Coombs <jaraco@jaraco.com>2016-04-16 15:22:52 +0100
commit04528bdf294e0b9eb4920d4b4a8637b6871b1606 (patch)
treea941a1e8d05ae30f00f1db30dad12d00b05f19e3
parent01e953bac9ac132fba90550492ee9f7eedfce7e0 (diff)
downloadpytest-runner-04528bdf294e0b9eb4920d4b4a8637b6871b1606.tar.gz
Move Python 3.5 condition to 'on' section
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ff32e9..c5f3495 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ deploy:
on:
tags: true
all_branches: true
+ python: 3.5
user: jaraco
# supply password with `travis encrypt --add deploy.password`
distributions: release
- python: 3.5