summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-12-24 10:55:06 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-12-24 10:55:26 +0200
commitafa64ecc8613692707db09f6698c243901c2e48c (patch)
treee7b640d0f61c128cb2dfc615bd111b74b21dfd18 /.travis.yml
parent51d06a0412aa253e87de9198bfaea0be6a85428c (diff)
downloadapscheduler-afa64ecc8613692707db09f6698c243901c2e48c.tar.gz
Added tests and classifier for Python 3.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 86ba053..20d9413 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
- "pypy"
before_install:
@@ -27,6 +28,14 @@ script: tox
after_success: coveralls
+notifications:
+ irc:
+ channels:
+ - "chat.freenode.net#apscheduler"
+ on_success: change
+ use_notice: true
+ skip_join: true
+
deploy:
provider: pypi
user: agronholm
@@ -35,13 +44,5 @@ deploy:
distributions: sdist bdist_wheel
on:
tags: true
- repo: agronholm/apscheduler
python: "3.5"
-
-notifications:
- irc:
- channels:
- - "chat.freenode.net#apscheduler"
- on_success: change
- use_notice: true
- skip_join: true
+ repo: agronholm/apscheduler