summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 46a2576..1538059 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: python
python:
- "2.7"
- - "3.3"
+ - "3.5"
before_install:
- - ./build_etcd.sh v2.0.10
+ - ./build_etcd.sh v2.2.0
- pip install --upgrade setuptools
# command to install dependencies