aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-12 20:06:42 -0800
committerMike Crute <mcrute@gmail.com>2015-12-12 20:08:18 -0800
commit264130bb606b84665e2da3eb84b884fb05a2ffb0 (patch)
tree8ba8df9ccfeaff07a7996a082bb295f286db1b9f /.travis.yml
parent810e4438790a5b94cd20bbab21e0bc825cf6a01e (diff)
downloadpydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.tar.bz2
pydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.tar.xz
pydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.zip
Add python 3.5, remove 3.2
Coverage doesn't support python 3.2 and even though pydora theoretically does if our build tools don't then we officially don't.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52a1a09..b2cdc29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
1language: python 1language: python
2python: 2python:
3 - "2.7" 3 - "2.7"
4 - "3.2"
5 - "3.3" 4 - "3.3"
6 - "3.4" 5 - "3.4"
6 - "3.5"
7script: python setup.py validate 7script: python setup.py validate