summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:23:00 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:23:00 +0200
commitb30739a491dc9daaf713ec48a4f6f4434eaab038 (patch)
treede01728d797c83f7f67507276f57c0ed7fe6cb00
parent0b4d4c724f6d86bbc2c964af0463ef28de7c8015 (diff)
downloadsemantic-version-b30739a491dc9daaf713ec48a4f6f4434eaab038.tar.gz
Travis: also test on Python3.4.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9edcb6e..d4ebed3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
script: "python setup.py test"
install: "if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi"
notifications: