diff --git a/.travis.yml b/.travis.yml
index 085dfb606e793a2d65e11b6cfa7c519c8e371cc5..e4d1c7b91c93f0a1fac69b44d06d369693178ecf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: ["2.7", "3.2"]
+python: ["2.7", "3.4"]
 dist: trusty
 sudo: True
 group: beta
@@ -26,7 +26,7 @@ env:
 matrix:
     fast_finish: True
     allow_failures:
-        - python: "3.2"
+        - python: "3.4"
         - env: 
           - *openbsd59
           - *jessie
diff --git a/tests/requirements.txt b/tests/requirements.txt
index f222e79fb237292bf6403d90bcf0a54a1709f450..1c8ea361c0af0ec637c22c71f1acdb9cd22295a0 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -2,7 +2,7 @@ ansible==2.2.0.0
 testinfra==1.5.1
 molecule==1.17.3
 ansible-lint==3.4.9
-pre-commit==0.9.4
+pre-commit==0.10.1
 piprot==0.9.7
 python-vagrant==0.5.14
 docker-py==1.10.6