summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2014-08-24 08:05:03 +0200
committerVincent Driessen <vincent@3rdcloud.com>2014-08-24 08:05:03 +0200
commit65a05ce89e1628ea2003fc3047007f6e947c3027 (patch)
tree64c0d033cf2234b913d265e5ecfd7cbbd4eb54ff
parenta360dde4d6f18959ad3f1f38d67cf57ab8253466 (diff)
downloadtimes-65a05ce89e1628ea2003fc3047007f6e947c3027.tar.gz
Also target Python 3.4 on Travis.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c73c079..8f2245e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi