summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 92115d1..3619cff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ matrix:
after_success: skip
- stage: deploy to PyPI
+ python: "3.5"
before_install: skip
install: pip install -U setuptools
script: skip
@@ -43,7 +44,6 @@ matrix:
distributions: sdist bdist_wheel
on:
tags: true
- python: "3.5"
repo: agronholm/apscheduler
before_install: