[testenv:pypy-full]
# This configuration works with pypy 1.9. pycurl installs ok but
-# curl_httpclient doesn't work. Also note that travis-ci does not yet
-# have support for building C extensions with pypy, so we don't try to
-# run this configuration there.
+# curl_httpclient doesn't work. Twisted works most of the time, but
+# its tests seem flaky under pypy, so we don't run it for now. Also
+# note that travis-ci does not yet have support for building C
+# extensions with pypy, so we don't try to run this configuration
+# there.
basepython = pypy
deps =
futures
- twisted>=12.1.0
# In python 3, opening files in text mode uses a system-dependent encoding by
# default. Run the tests with "C" (ascii) and "utf-8" locales to ensure