diff --git a/.travis.yml b/.travis.yml
index 3d4c7d8d6cc14b65a42fef763027e4430760db66..abc583a44f62a169059b177cabed55bfe3ab9183 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ cache:
   - pip
   - directories:
       - $HOME/.pre-commit
-      - $HOME/virtualenv
 
 install:
   - pip install -r tests/requirements.txt | cat
diff --git a/molecule.yml b/molecule.yml
index 227708afe7720ebbc3c593e4a34de955b98196c7..78689635e3be8f13eba0e796c302ff1b2aa02e28 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -38,8 +38,7 @@ docker:
     image: ubuntu
     image_version: xenial
     command: /sbin/init
-    cap_add:
-      - SYS_ADMIN
+    privileged: True
     volume_mounts:
       - /sys/fs/cgroup:/sys/fs/cgroup
       - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 114b3c96850994426859efd43abc9e7a75bfdd81..b9dd3357849815f2a92024577fb91a51616cb9da 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,8 +1,8 @@
 ansible==2.2.0.0
-testinfra==1.4.4
-molecule==1.15.0
-ansible-lint==3.4.5
-pre-commit==0.9.3
+testinfra==1.4.5
+molecule==1.16.1
+ansible-lint==3.4.7
+pre-commit==0.9.4
 piprot==0.9.7
 python-vagrant==0.5.14
 docker-py==1.10.6