diff --git a/tox.ini b/tox.ini
index 516259e0d..df075d1bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = py35,py27,pypy,pep8
+envlist = py35,py27,pep8
 skipsdist = True
 
 [testenv]
@@ -17,10 +17,6 @@ commands =
     ostestr --concurrency 1 {posargs}
 whitelist_externals = find
 
-[testenv:pypy]
-setenv = {[testenv]setenv}
-         JIT_FLAG=--jit off
-
 [testenv:integration]
 setenv = {[testenv]setenv}
          ZAQAR_TEST_INTEGRATION=1